Html Css Color HEX #159DFF Dodger Blue

📋 copy color: '#159DFF'

red 21 ◦ green 157 ◦ blue 255

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

Shades of Dodger Blue #159DFF

Tints of Dodger Blue #159DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.89%

R = 4.85%
G = 36.26%
B = 58.89%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#159DFF (or 0x159DFF) is known color: Dodger Blue. HEX triplet: 15, 9D and FF. RGB value is (21,157,255). Sum of RGB (Red+Green+Blue) = 21+157+255=433 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.85% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #159DFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159DFF is #EA6200. Grayscale: #7E7E7E. Windows color (decimal): -15360513 or 16751893. OLE color: 16751893.

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

Color convert

RGB 21 157 255 -
CMYK 0.92 0.38 0 0
HSL 205.13º 1% 0.54% -
HSV(B) 205.13º 0.92% 1% -
XYZ 30.42 31.49 99.08 -
YUV 127.51 199.94 52.03 -
System Red Green Blue C M Y K H S L
Decimal 21 157 255 0.92 0.38 0 0 205.13 1 0.54
Hex 15 9D FF 5C 26 0 0 CD 64 36
Octal 25 235 377 134 46 0 0 315 144 66
Binary 10101 10011101 11111111 1011100 100110 0 0 11001101 1100100 110110

Color Harmonies of #159DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159DFF

Black with #159DFF

Text Example


Text Example

White with #159DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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