Html Css Color HEX #139CEA Dodger Blue

📋 copy color: '#139CEA'

red 19 ◦ green 156 ◦ blue 234

#139CEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #139CEA

Tints of Dodger Blue #139CEA

RGB

 RED value IS 19 (7.81% from 255) = 4.65%

 GREEN value IS 156 (61.33% from 255) = 38.14%

 BLUE value IS 234 (91.8% from 255) = 57.21%

R = 4.65%
G = 38.14%
B = 57.21%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#139CEA (or 0x139CEA) is known color: Dodger Blue. HEX triplet: 13, 9C and EA. RGB value is (19,156,234). Sum of RGB (Red+Green+Blue) = 19+156+234=409 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.65% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #139CEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139CEA is #EC6315. Grayscale: #7B7B7B. Windows color (decimal): -15491862 or 15375379. OLE color: 15375379.

HSL color Cylindrical-coordinate representation of color #139CEA: hue angle of 201.77º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #139CEA is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 19 156 234 -
CMYK 0.92 0.33 0 0.08
HSL 201.77º 0.85% 0.5% -
HSV(B) 201.77º 0.92% 0.92% -
XYZ 27.01 29.86 82.18 -
YUV 123.93 190.11 53.16 -
System Red Green Blue C M Y K H S L
Decimal 19 156 234 0.92 0.33 0 0.08 201.77 0.85 0.5
Hex 13 9C EA 5C 21 0 8 CA 55 32
Octal 23 234 352 134 41 0 10 312 125 62
Binary 10011 10011100 11101010 1011100 100001 0 1000 11001010 1010101 110010

Color Harmonies of #139CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139CEA

Black with #139CEA

Text Example


Text Example

White with #139CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139CEA; }

 p { color: rgb(19,156,234); }

 H1.HeaderClassName
 {
   color: #139CEA;
 }
 .AnyTagClassName
 {
   color: #139CEA;
 }
</style>

background-color css

<style>
 a { background-color: #139CEA; }

 a { background-color: rgb(19,156,234); }

 div.DivClassName
 {
   background-color: #139CEA;
 }
 .BgClassName
 {
   background-color: #139CEA;
 }
</style>

border-color css

<style>
 span { border-color: #139CEA; }

 span { border-color: rgb(19,156,234); }

 td.TdClassName
 {
   border-color: #139CEA;
 }
 .TagClassName
 {
   border-color: #139CEA;
 }
</style>