Html Css Color HEX #159EFF Dodger Blue

📋 copy color: '#159EFF'

red 21 ◦ green 158 ◦ blue 255

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

Shades of Dodger Blue #159EFF

Tints of Dodger Blue #159EFF

RGB

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

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

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

R = 4.84%
G = 36.41%
B = 58.76%

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

#159EFF (or 0x159EFF) is known color: Dodger Blue. HEX triplet: 15, 9E and FF. RGB value is (21,158,255). Sum of RGB (Red+Green+Blue) = 21+158+255=434 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.84% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #159EFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159EFF is #EA6100. Grayscale: #7F7F7F. Windows color (decimal): -15360257 or 16752149. OLE color: 16752149.

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

Color convert

RGB 21 158 255 -
CMYK 0.92 0.38 0 0
HSL 204.87º 1% 0.54% -
HSV(B) 204.87º 0.92% 1% -
XYZ 30.59 31.83 99.14 -
YUV 128.1 199.61 51.61 -
System Red Green Blue C M Y K H S L
Decimal 21 158 255 0.92 0.38 0 0 204.87 1 0.54
Hex 15 9E FF 5C 26 0 0 CD 64 36
Octal 25 236 377 134 46 0 0 315 144 66
Binary 10101 10011110 11111111 1011100 100110 0 0 11001101 1100100 110110

Color Harmonies of #159EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159EFF

Black with #159EFF

Text Example


Text Example

White with #159EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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