Html Css Color HEX #159EEC Dodger Blue

📋 copy color: '#159EEC'

red 21 ◦ green 158 ◦ blue 236

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

Shades of Dodger Blue #159EEC

Tints of Dodger Blue #159EEC

RGB

 RED value IS 21 (8.59% from 255) = 5.06%

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

 BLUE value IS 236 (92.58% from 255) = 56.87%

R = 5.06%
G = 38.07%
B = 56.87%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#159EEC (or 0x159EEC) is known color: Dodger Blue. HEX triplet: 15, 9E and EC. RGB value is (21,158,236). Sum of RGB (Red+Green+Blue) = 21+158+236=415 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.06% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #159EEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159EEC is #EA6113. Grayscale: #7D7D7D. Windows color (decimal): -15360276 or 15506965. OLE color: 15506965.

HSL color Cylindrical-coordinate representation of color #159EEC: hue angle of 201.77º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #159EEC is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 158 236 -
CMYK 0.91 0.33 0 0.07
HSL 201.77º 0.85% 0.5% -
HSV(B) 201.77º 0.91% 0.93% -
XYZ 27.68 30.67 83.82 -
YUV 125.93 190.11 53.16 -
System Red Green Blue C M Y K H S L
Decimal 21 158 236 0.91 0.33 0 0.07 201.77 0.85 0.5
Hex 15 9E EC 5B 21 0 7 CA 55 32
Octal 25 236 354 133 41 0 7 312 125 62
Binary 10101 10011110 11101100 1011011 100001 0 111 11001010 1010101 110010

Color Harmonies of #159EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159EEC

Black with #159EEC

Text Example


Text Example

White with #159EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159EEC; }

 p { color: rgb(21,158,236); }

 H1.HeaderClassName
 {
   color: #159EEC;
 }
 .AnyTagClassName
 {
   color: #159EEC;
 }
</style>

background-color css

<style>
 a { background-color: #159EEC; }

 a { background-color: rgb(21,158,236); }

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

border-color css

<style>
 span { border-color: #159EEC; }

 span { border-color: rgb(21,158,236); }

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