Html Css Color HEX #159DEF Dodger Blue

📋 copy color: '#159DEF'

red 21 ◦ green 157 ◦ blue 239

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

Shades of Dodger Blue #159DEF

Tints of Dodger Blue #159DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.31%

R = 5.04%
G = 37.65%
B = 57.31%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#159DEF (or 0x159DEF) is known color: Dodger Blue. HEX triplet: 15, 9D and EF. RGB value is (21,157,239). Sum of RGB (Red+Green+Blue) = 21+157+239=417 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.04% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #159DEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159DEF is #EA6210. Grayscale: #7D7D7D. Windows color (decimal): -15360529 or 15703317. OLE color: 15703317.

HSL color Cylindrical-coordinate representation of color #159DEF: hue angle of 202.57º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #159DEF is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 157 239 -
CMYK 0.91 0.34 0 0.06
HSL 202.57º 0.87% 0.51% -
HSV(B) 202.57º 0.91% 0.94% -
XYZ 27.95 30.51 86.08 -
YUV 125.68 191.94 53.33 -
System Red Green Blue C M Y K H S L
Decimal 21 157 239 0.91 0.34 0 0.06 202.57 0.87 0.51
Hex 15 9D EF 5B 22 0 6 CB 57 33
Octal 25 235 357 133 42 0 6 313 127 63
Binary 10101 10011101 11101111 1011011 100010 0 110 11001011 1010111 110011

Color Harmonies of #159DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159DEF

Black with #159DEF

Text Example


Text Example

White with #159DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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