#158CF8

Color #158CF8 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #158CF8

Tints of Dodger Blue #158CF8

Color information

#158CF8 (or 0x158CF8) is unknown color: approx Dodger Blue. HEX triplet: 15, 8C and F8. RGB value is (21,140,248). Sum of RGB (Red+Green+Blue) = 21+140+248=409 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.13% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 248 (97.27% from 255 or 60.64% from 409); Max value from RGB is 248 - color contains mainly: blue. Hex color #158CF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158CF8 is #EA7307. Grayscale: #747474. Windows color (decimal): -15364872 or 16288789. OLE color: 16288789.

HSL color Cylindrical-coordinate representation of color #158CF8: hue angle of 208.55º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #158CF8 is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB21140248-
CMYK0.920.4400.03
HSL208.55º94.19%52.75%-
HSV(B)208.55º91.53%97.25%-
XYZ26.6325.6992.36-
YUV116.73202.0859.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.13%
GREEN value IS 140 (55.08% from 255) = 34.23%
BLUE value IS 248 (97.27% from 255) = 60.64%
R=5.13%
G=34.23%
B=60.64%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal211402480.920.4400.03208.5594.1952.75
Hex158CF85C2C03d15e35
Octal25214370134540332113665
Binary1010110001100111110001011100101100011110100011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158CF8; }

 p { color: rgb(21,140,248); }

 H1.HeaderClassName
 {
   color: #158CF8;
 }
 .AnyTagClassName
 {
   color: #158CF8;
 }
</style>
background-color css

<style>
 a { background-color: #158CF8; }

 a { background-color: rgb(21,140,248); }

 div.DivClassName
 {
   background-color: #158CF8;
 }
 .BgClassName
 {
   background-color: #158CF8;
 }
</style>
border-color css

<style>
 span { border-color: #158CF8; }

 span { border-color: rgb(21,140,248); }

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