Html Css Color HEX #159DEC Dodger Blue

📋 copy color: '#159DEC'

red 21 ◦ green 157 ◦ blue 236

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

Shades of Dodger Blue #159DEC

Tints of Dodger Blue #159DEC

RGB

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

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

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

R = 5.07%
G = 37.92%
B = 57%

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

#159DEC (or 0x159DEC) is known color: Dodger Blue. HEX triplet: 15, 9D and EC. RGB value is (21,157,236). Sum of RGB (Red+Green+Blue) = 21+157+236=414 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.07% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #159DEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159DEC is #EA6213. Grayscale: #7C7C7C. Windows color (decimal): -15360532 or 15506709. OLE color: 15506709.

HSL color Cylindrical-coordinate representation of color #159DEC: hue angle of 202.05º 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 #159DEC is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 157 236 -
CMYK 0.91 0.33 0 0.07
HSL 202.05º 0.85% 0.5% -
HSV(B) 202.05º 0.91% 0.93% -
XYZ 27.51 30.33 83.76 -
YUV 125.34 190.44 53.58 -
System Red Green Blue C M Y K H S L
Decimal 21 157 236 0.91 0.33 0 0.07 202.05 0.85 0.5
Hex 15 9D EC 5B 21 0 7 CA 55 32
Octal 25 235 354 133 41 0 7 312 125 62
Binary 10101 10011101 11101100 1011011 100001 0 111 11001010 1010101 110010

Color Harmonies of #159DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159DEC

Black with #159DEC

Text Example


Text Example

White with #159DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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