Html Css Color HEX #159EFC Dodger Blue

📋 copy color: '#159EFC'

red 21 ◦ green 158 ◦ blue 252

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

Shades of Dodger Blue #159EFC

Tints of Dodger Blue #159EFC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.66%

 BLUE value IS 252 (98.83% from 255) = 58.47%

R = 4.87%
G = 36.66%
B = 58.47%

CMYK

 C value IS 0.92

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#159EFC (or 0x159EFC) is known color: Dodger Blue. HEX triplet: 15, 9E and FC. RGB value is (21,158,252). Sum of RGB (Red+Green+Blue) = 21+158+252=431 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.87% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #159EFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159EFC is #EA6103. Grayscale: #7F7F7F. Windows color (decimal): -15360260 or 16555541. OLE color: 16555541.

HSL color Cylindrical-coordinate representation of color #159EFC: hue angle of 204.42º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #159EFC is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 21 158 252 -
CMYK 0.92 0.37 0 0.01
HSL 204.42º 0.97% 0.54% -
HSV(B) 204.42º 0.92% 0.99% -
XYZ 30.11 31.64 96.62 -
YUV 127.75 198.11 51.86 -
System Red Green Blue C M Y K H S L
Decimal 21 158 252 0.92 0.37 0 0.01 204.42 0.97 0.54
Hex 15 9E FC 5C 25 0 1 CC 61 36
Octal 25 236 374 134 45 0 1 314 141 66
Binary 10101 10011110 11111100 1011100 100101 0 1 11001100 1100001 110110

Color Harmonies of #159EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159EFC

Black with #159EFC

Text Example


Text Example

White with #159EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,158,252); }

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

background-color css

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

 a { background-color: rgb(21,158,252); }

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

border-color css

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

 span { border-color: rgb(21,158,252); }

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