Html Css Color HEX #159DF0 Dodger Blue

📋 copy color: '#159DF0'

red 21 ◦ green 157 ◦ blue 240

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

Shades of Dodger Blue #159DF0

Tints of Dodger Blue #159DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 57.42%

R = 5.02%
G = 37.56%
B = 57.42%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#159DF0 (or 0x159DF0) is known color: Dodger Blue. HEX triplet: 15, 9D and F0. RGB value is (21,157,240). Sum of RGB (Red+Green+Blue) = 21+157+240=418 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.02% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 240 (94.14% from 255 or 57.42% from 418); Max value from RGB is 240 - color contains mainly: blue. Hex color #159DF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159DF0 is #EA620F. Grayscale: #7D7D7D. Windows color (decimal): -15360528 or 15768853. OLE color: 15768853.

HSL color Cylindrical-coordinate representation of color #159DF0: hue angle of 202.74º degrees, saturation: 0.88, 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 #159DF0 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 157 240 -
CMYK 0.91 0.35 0 0.06
HSL 202.74º 0.88% 0.51% -
HSV(B) 202.74º 0.91% 0.94% -
XYZ 28.09 30.56 86.86 -
YUV 125.8 192.44 53.25 -
System Red Green Blue C M Y K H S L
Decimal 21 157 240 0.91 0.35 0 0.06 202.74 0.88 0.51
Hex 15 9D F0 5B 23 0 6 CB 58 33
Octal 25 235 360 133 43 0 6 313 130 63
Binary 10101 10011101 11110000 1011011 100011 0 110 11001011 1011000 110011

Color Harmonies of #159DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159DF0

Black with #159DF0

Text Example


Text Example

White with #159DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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