Html Css Color HEX #159EFE Dodger Blue

📋 copy color: '#159EFE'

red 21 ◦ green 158 ◦ blue 254

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

Shades of Dodger Blue #159EFE

Tints of Dodger Blue #159EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 58.66%

R = 4.85%
G = 36.49%
B = 58.66%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#159EFE (or 0x159EFE) is known color: Dodger Blue. HEX triplet: 15, 9E and FE. RGB value is (21,158,254). Sum of RGB (Red+Green+Blue) = 21+158+254=433 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.85% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #159EFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159EFE is #EA6101. Grayscale: #7F7F7F. Windows color (decimal): -15360258 or 16686613. OLE color: 16686613.

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

Color convert

RGB 21 158 254 -
CMYK 0.92 0.38 0 0.00
HSL 204.72º 0.99% 0.54% -
HSV(B) 204.72º 0.92% 1% -
XYZ 30.43 31.77 98.29 -
YUV 127.98 199.11 51.69 -
System Red Green Blue C M Y K H S L
Decimal 21 158 254 0.92 0.38 0 0.00 204.72 0.99 0.54
Hex 15 9E FE 5C 26 0 0 CD 63 36
Octal 25 236 376 134 46 0 0 315 143 66
Binary 10101 10011110 11111110 1011100 100110 0 0 11001101 1100011 110110

Color Harmonies of #159EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159EFE

Black with #159EFE

Text Example


Text Example

White with #159EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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