Html Css Color HEX #159FEE Dodger Blue

📋 copy color: '#159FEE'

red 21 ◦ green 159 ◦ blue 238

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

Shades of Dodger Blue #159FEE

Tints of Dodger Blue #159FEE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.04%

 BLUE value IS 238 (93.36% from 255) = 56.94%

R = 5.02%
G = 38.04%
B = 56.94%

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

#159FEE (or 0x159FEE) is known color: Dodger Blue. HEX triplet: 15, 9F and EE. RGB value is (21,159,238). Sum of RGB (Red+Green+Blue) = 21+159+238=418 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.02% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #159FEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159FEE is #EA6011. Grayscale: #7E7E7E. Windows color (decimal): -15360018 or 15638293. OLE color: 15638293.

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

Color convert

RGB 21 159 238 -
CMYK 0.91 0.33 0 0.07
HSL 201.84º 0.86% 0.51% -
HSV(B) 201.84º 0.91% 0.93% -
XYZ 28.14 31.13 85.41 -
YUV 126.74 190.78 52.58 -
System Red Green Blue C M Y K H S L
Decimal 21 159 238 0.91 0.33 0 0.07 201.84 0.86 0.51
Hex 15 9F EE 5B 21 0 7 CA 56 33
Octal 25 237 356 133 41 0 7 312 126 63
Binary 10101 10011111 11101110 1011011 100001 0 111 11001010 1010110 110011

Color Harmonies of #159FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159FEE

Black with #159FEE

Text Example


Text Example

White with #159FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,159,238); }

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

background-color css

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

 a { background-color: rgb(21,159,238); }

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

border-color css

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

 span { border-color: rgb(21,159,238); }

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