#158FF6

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

Shades of Dodger Blue #158FF6

Tints of Dodger Blue #158FF6

Color information

#158FF6 (or 0x158FF6) is unknown color: approx Dodger Blue. HEX triplet: 15, 8F and F6. RGB value is (21,143,246). Sum of RGB (Red+Green+Blue) = 21+143+246=410 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.12% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 246 (96.48% from 255 or 60% from 410); Max value from RGB is 246 - color contains mainly: blue. Hex color #158FF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #158FF6 is #EA7009. Grayscale: #757575. Windows color (decimal): -15364106 or 16158485. OLE color: 16158485.

HSL color Cylindrical-coordinate representation of color #158FF6: hue angle of 207.47º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #158FF6 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB21143246-
CMYK0.910.4200.04
HSL207.47º92.59%52.35%-
HSV(B)207.47º91.46%96.47%-
XYZ26.7726.4690.88-
YUV118.26200.0858.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.12%
GREEN value IS 143 (56.25% from 255) = 34.88%
BLUE value IS 246 (96.48% from 255) = 60%
R=5.12%
G=34.88%
B=60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal211432460.910.4200.04207.4792.5952.35
Hex158FF65B2A04cf5d34
Octal25217366133520431713564
Binary10101100011111111011010110111010100100110011111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,143,246); }

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

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

 a { background-color: rgb(21,143,246); }

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

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

 span { border-color: rgb(21,143,246); }

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