COLOR #134DF8

HEX: #134DF8
RGB: (19,77,248)

Color info

#134DF8 contains mainly blue color. Web safe color of #134DF8 is #0033FF (or #03F).

RGB color model

#134DF8 color RGB value is (19,77,248).

  • red value is 19;
  • green value is 77;
  • blue value is 248.
RGB:
(19,77,248)
(7%,30%,97%)

RGB channels and saturation

R 19 of 255 = 7%
G 77 of 255 = 30%
B 248 of 255 = 97%

19
77
248

R + G + B ~ 45%. #134DF8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
19 + 77 + 248 = 344 (100%)
R 19 of 344 ~ 5.52%
G 77 of 344 ~ 22.38%
B 248 of 344 ~ 72.09%

%22.38
%72.09

CMYK color model

#134DF8 color CMYK value is (92,69,0,3).

  • cyan value is 92.34%
  • magenta value is 68.95%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(92,69,0,3)
C92M69Y0K3 
(92%,69%,0%,3%)
(0.92/0.69/0.00/0.03)	

CMYK percentages

%92.34
%68.95
%0
%2.75

Codes

Color #134DF8 in popluar color models

134DF8
RGB1977248
HSL225°94.24%52.35%
HSB/HSV225°92.34%97.25%
CMYK92.34%68.95%0.00%
2.75%

Color #134DF8 in popluar number systems.

HEX134DF8
Decimal1977248
Binary10011100110111111000
Octal23115370

Shades and tints

Shades of #134DF8

#134DF8
(19,77,248)
#1246E2
(18,70,226)
#113FCC
(17,63,204)
#1038B6
(16,56,182)
#0F31A0
(15,49,160)
#0E2A8A
(14,42,138)
#0D2374
(13,35,116)
#0C1C5E
(12,28,94)
#0B1548
(11,21,72)
#0A0E32
(10,14,50)
#09071C
(9,7,28)
#000000
(0,0,0)

Tints of #134DF8

#134DF8
(19,77,248)
#285DF8
(40,93,248)
#3D6DF8
(61,109,248)
#527DF8
(82,125,248)
#678DF8
(103,141,248)
#7C9DF8
(124,157,248)
#91ADF8
(145,173,248)
#A6BDF8
(166,189,248)
#BBCDF8
(187,205,248)
#D0DDF8
(208,221,248)
#E5EDF8
(229,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #134DF8 color. Also use rgb(19,77,248) instead hex code.

Text Font Color

.myTextColor { color: #134DF8; }

<p style="color:#134DF8">This sample text font color is #134DF8.</p>

This text font color is #134DF8.


Background Color

.myBgColor { background-color: #134DF8; }

<div style="background-color:#134DF8">Inner text</div>

This div background color is #134DF8.


Border color

.myBorderColor { border: 1px solid #134DF8; }

<div style="border:3px solid #134DF8">Div</div>

This div border color is #134DF8.


Opacity

.myOpacity80 { color: #134DF8; opacity: 0.8; }

<p style="color:#134DF8;opacity:0.8;">80%</p>

Text with #134DF8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #134DF8;}

<p style="text-shadow: 3px 3px 1px #134DF8">Text here.</p>

This text has shadow with #134DF8 color.

.textShadow {text-shadow: 3px 3px 1px #134DF8, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #134DF8, 5px 5px 20px red">Text here.</p>

This text has shadow with #134DF8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#134DF8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#134DF8, Direction=45, Strength=4)">Text</p>

This text has shadow with #134DF8 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #134DF8;
  -webkit-box-shadow:	1px 1px 3px 2px #134DF8;
  box-shadow:		1px 1px 3px 2px #134DF8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #134DF8;
-webkit-box-shadow: 1px 1px 3px 2px #134DF8;
box-shadow:1px 1px 3px 2px #134DF8;">
Div content here</div>
This div box has shadow with color #134DF8.

Preview

Color preview on black background

This text has color #134DF8 on black background.


Color preview on white background

This text has color #134DF8 on white background.



Black color preview on #134DF8 background

This text has black color on #134DF8 background.


White color preview on #134DF8 background

This text has white color on #134DF8 background.