Html Css Color HEX #139EFF Dodger Blue

📋 copy color: '#139EFF'

red 19 ◦ green 158 ◦ blue 255

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

Shades of Dodger Blue #139EFF

Tints of Dodger Blue #139EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.03%

R = 4.4%
G = 36.57%
B = 59.03%

CMYK

 C value IS 0.93

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#139EFF (or 0x139EFF) is known color: Dodger Blue. HEX triplet: 13, 9E and FF. RGB value is (19,158,255). Sum of RGB (Red+Green+Blue) = 19+158+255=432 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.40% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #139EFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139EFF is #EC6100. Grayscale: #7E7E7E. Windows color (decimal): -15491329 or 16752147. OLE color: 16752147.

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

Color convert

RGB 19 158 255 -
CMYK 0.93 0.38 0 0
HSL 204.66º 1% 0.54% -
HSV(B) 204.66º 0.93% 1% -
XYZ 30.55 31.81 99.14 -
YUV 127.5 199.95 50.61 -
System Red Green Blue C M Y K H S L
Decimal 19 158 255 0.93 0.38 0 0 204.66 1 0.54
Hex 13 9E FF 5D 26 0 0 CD 64 36
Octal 23 236 377 135 46 0 0 315 144 66
Binary 10011 10011110 11111111 1011101 100110 0 0 11001101 1100100 110110

Color Harmonies of #139EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139EFF

Black with #139EFF

Text Example


Text Example

White with #139EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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