#215FD1

Color #215FD1 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #215FD1

Tints of Denim #215FD1

Color information

#215FD1 (or 0x215FD1) is unknown color: approx Denim. HEX triplet: 21, 5F and D1. RGB value is (33,95,209). Sum of RGB (Red+Green+Blue) = 33+95+209=337 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.79% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 209 (82.03% from 255 or 62.02% from 337); Max value from RGB is 209 - color contains mainly: blue. Hex color #215FD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215FD1 is #DEA02E. Grayscale: #585858. Windows color (decimal): -14589999 or 13721377. OLE color: 13721377.

HSL color Cylindrical-coordinate representation of color #215FD1: hue angle of 218.86º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #215FD1 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB3395209-
CMYK0.840.5500.18
HSL218.86º72.73%47.45%-
HSV(B)218.86º84.21%81.96%-
XYZ16.2313.1162-
YUV89.46195.4687.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.79%
GREEN value IS 95 (37.5% from 255) = 28.19%
BLUE value IS 209 (82.03% from 255) = 62.02%
R=9.79%
G=28.19%
B=62.02%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal33952090.840.5500.18218.8672.7347.45
Hex215FD15437012db492f
Octal411373211246702233311157
Binary1000011011111110100011010100110111010010110110111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215FD1; }

 p { color: rgb(33,95,209); }

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

<style>
 a { background-color: #215FD1; }

 a { background-color: rgb(33,95,209); }

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

<style>
 span { border-color: #215FD1; }

 span { border-color: rgb(33,95,209); }

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