Html Css Color HEX #159DFC Dodger Blue

📋 copy color: '#159DFC'

red 21 ◦ green 157 ◦ blue 252

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

Shades of Dodger Blue #159DFC

Tints of Dodger Blue #159DFC

RGB

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

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

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

R = 4.88%
G = 36.51%
B = 58.6%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#159DFC (or 0x159DFC) is known color: Dodger Blue. HEX triplet: 15, 9D and FC. RGB value is (21,157,252). Sum of RGB (Red+Green+Blue) = 21+157+252=430 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.88% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #159DFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159DFC is #EA6203. Grayscale: #7E7E7E. Windows color (decimal): -15360516 or 16555285. OLE color: 16555285.

HSL color Cylindrical-coordinate representation of color #159DFC: hue angle of 204.68º 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 #159DFC is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 21 157 252 -
CMYK 0.92 0.38 0 0.01
HSL 204.68º 0.97% 0.54% -
HSV(B) 204.68º 0.92% 0.99% -
XYZ 29.94 31.3 96.56 -
YUV 127.17 198.44 52.28 -
System Red Green Blue C M Y K H S L
Decimal 21 157 252 0.92 0.38 0 0.01 204.68 0.97 0.54
Hex 15 9D FC 5C 26 0 1 CD 61 36
Octal 25 235 374 134 46 0 1 315 141 66
Binary 10101 10011101 11111100 1011100 100110 0 1 11001101 1100001 110110

Color Harmonies of #159DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159DFC

Black with #159DFC

Text Example


Text Example

White with #159DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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