Html Css Color HEX #159DF1 Dodger Blue

📋 copy color: '#159DF1'

red 21 ◦ green 157 ◦ blue 241

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

Shades of Dodger Blue #159DF1

Tints of Dodger Blue #159DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 57.52%

R = 5.01%
G = 37.47%
B = 57.52%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#159DF1 (or 0x159DF1) is known color: Dodger Blue. HEX triplet: 15, 9D and F1. RGB value is (21,157,241). Sum of RGB (Red+Green+Blue) = 21+157+241=419 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.01% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 241 (94.53% from 255 or 57.52% from 419); Max value from RGB is 241 - color contains mainly: blue. Hex color #159DF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159DF1 is #EA620E. Grayscale: #7D7D7D. Windows color (decimal): -15360527 or 15834389. OLE color: 15834389.

HSL color Cylindrical-coordinate representation of color #159DF1: hue angle of 202.91º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #159DF1 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 157 241 -
CMYK 0.91 0.35 0 0.05
HSL 202.91º 0.89% 0.51% -
HSV(B) 202.91º 0.91% 0.95% -
XYZ 28.24 30.62 87.64 -
YUV 125.91 192.94 53.17 -
System Red Green Blue C M Y K H S L
Decimal 21 157 241 0.91 0.35 0 0.05 202.91 0.89 0.51
Hex 15 9D F1 5B 23 0 5 CB 59 33
Octal 25 235 361 133 43 0 5 313 131 63
Binary 10101 10011101 11110001 1011011 100011 0 101 11001011 1011001 110011

Color Harmonies of #159DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159DF1

Black with #159DF1

Text Example


Text Example

White with #159DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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