Html Css Color HEX #139FEB Dodger Blue

📋 copy color: '#139FEB'

red 19 ◦ green 159 ◦ blue 235

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

Shades of Dodger Blue #139FEB

Tints of Dodger Blue #139FEB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.5%

 BLUE value IS 235 (92.19% from 255) = 56.9%

R = 4.6%
G = 38.5%
B = 56.9%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#139FEB (or 0x139FEB) is known color: Dodger Blue. HEX triplet: 13, 9F and EB. RGB value is (19,159,235). Sum of RGB (Red+Green+Blue) = 19+159+235=413 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.60% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #139FEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139FEB is #EC6014. Grayscale: #7D7D7D. Windows color (decimal): -15491093 or 15441683. OLE color: 15441683.

HSL color Cylindrical-coordinate representation of color #139FEB: hue angle of 201.11º 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 #139FEB is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 19 159 235 -
CMYK 0.92 0.32 0 0.08
HSL 201.11º 0.85% 0.5% -
HSV(B) 201.11º 0.92% 0.92% -
XYZ 27.66 30.93 83.11 -
YUV 125.8 189.62 51.82 -
System Red Green Blue C M Y K H S L
Decimal 19 159 235 0.92 0.32 0 0.08 201.11 0.85 0.5
Hex 13 9F EB 5C 20 0 8 C9 55 32
Octal 23 237 353 134 40 0 10 311 125 62
Binary 10011 10011111 11101011 1011100 100000 0 1000 11001001 1010101 110010

Color Harmonies of #139FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139FEB

Black with #139FEB

Text Example


Text Example

White with #139FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,159,235); }

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

background-color css

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

 a { background-color: rgb(19,159,235); }

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

border-color css

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

 span { border-color: rgb(19,159,235); }

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