Html Css Color HEX #139CE8 Dodger Blue

📋 copy color: '#139CE8'

red 19 ◦ green 156 ◦ blue 232

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

Shades of Dodger Blue #139CE8

Tints of Dodger Blue #139CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 57%

R = 4.67%
G = 38.33%
B = 57%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#139CE8 (or 0x139CE8) is known color: Dodger Blue. HEX triplet: 13, 9C and E8. RGB value is (19,156,232). Sum of RGB (Red+Green+Blue) = 19+156+232=407 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.67% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 232 (91.02% from 255 or 57.00% from 407); Max value from RGB is 232 - color contains mainly: blue. Hex color #139CE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139CE8 is #EC6317. Grayscale: #7B7B7B. Windows color (decimal): -15491864 or 15244307. OLE color: 15244307.

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

Color convert

RGB 19 156 232 -
CMYK 0.92 0.33 0 0.09
HSL 201.41º 0.85% 0.49% -
HSV(B) 201.41º 0.92% 0.91% -
XYZ 26.72 29.74 80.68 -
YUV 123.7 189.11 53.32 -
System Red Green Blue C M Y K H S L
Decimal 19 156 232 0.92 0.33 0 0.09 201.41 0.85 0.49
Hex 13 9C E8 5C 21 0 9 C9 55 31
Octal 23 234 350 134 41 0 11 311 125 61
Binary 10011 10011100 11101000 1011100 100001 0 1001 11001001 1010101 110001

Color Harmonies of #139CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139CE8

Black with #139CE8

Text Example


Text Example

White with #139CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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