Html Css Color HEX #139EFE Dodger Blue

📋 copy color: '#139EFE'

red 19 ◦ green 158 ◦ blue 254

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

Shades of Dodger Blue #139EFE

Tints of Dodger Blue #139EFE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.66%

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

R = 4.41%
G = 36.66%
B = 58.93%

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

#139EFE (or 0x139EFE) is known color: Dodger Blue. HEX triplet: 13, 9E and FE. RGB value is (19,158,254). Sum of RGB (Red+Green+Blue) = 19+158+254=431 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.41% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #139EFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139EFE is #EC6101. Grayscale: #7E7E7E. Windows color (decimal): -15491330 or 16686611. OLE color: 16686611.

HSL color Cylindrical-coordinate representation of color #139EFE: hue angle of 204.51º 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 #139EFE is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 19 158 254 -
CMYK 0.93 0.38 0 0.00
HSL 204.51º 0.99% 0.54% -
HSV(B) 204.51º 0.93% 1% -
XYZ 30.38 31.75 98.29 -
YUV 127.38 199.45 50.69 -
System Red Green Blue C M Y K H S L
Decimal 19 158 254 0.93 0.38 0 0.00 204.51 0.99 0.54
Hex 13 9E FE 5D 26 0 0 CD 63 36
Octal 23 236 376 135 46 0 0 315 143 66
Binary 10011 10011110 11111110 1011101 100110 0 0 11001101 1100011 110110

Color Harmonies of #139EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139EFE

Black with #139EFE

Text Example


Text Example

White with #139EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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