Html Css Color HEX #139DFE Dodger Blue

📋 copy color: '#139DFE'

red 19 ◦ green 157 ◦ blue 254

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

Shades of Dodger Blue #139DFE

Tints of Dodger Blue #139DFE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.51%

 BLUE value IS 254 (99.61% from 255) = 59.07%

R = 4.42%
G = 36.51%
B = 59.07%

CMYK

 C value IS 0.93

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#139DFE (or 0x139DFE) is known color: Dodger Blue. HEX triplet: 13, 9D and FE. RGB value is (19,157,254). Sum of RGB (Red+Green+Blue) = 19+157+254=430 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.42% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #139DFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139DFE is #EC6201. Grayscale: #7E7E7E. Windows color (decimal): -15491586 or 16686355. OLE color: 16686355.

HSL color Cylindrical-coordinate representation of color #139DFE: hue angle of 204.77º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #139DFE is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 19 157 254 -
CMYK 0.93 0.38 0 0.00
HSL 204.77º 0.99% 0.54% -
HSV(B) 204.77º 0.93% 1% -
XYZ 30.21 31.41 98.24 -
YUV 126.8 199.78 51.11 -
System Red Green Blue C M Y K H S L
Decimal 19 157 254 0.93 0.38 0 0.00 204.77 0.99 0.54
Hex 13 9D FE 5D 26 0 0 CD 63 36
Octal 23 235 376 135 46 0 0 315 143 66
Binary 10011 10011101 11111110 1011101 100110 0 0 11001101 1100011 110110

Color Harmonies of #139DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139DFE

Black with #139DFE

Text Example


Text Example

White with #139DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,157,254); }

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

background-color css

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

 a { background-color: rgb(19,157,254); }

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

border-color css

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

 span { border-color: rgb(19,157,254); }

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