Html Css Color HEX #215DB2 Denim

📋 copy color: '#215DB2'

red 33 ◦ green 93 ◦ blue 178

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

Shades of Denim #215DB2

Tints of Denim #215DB2

RGB

 RED value IS 33 (13.28% from 255) = 10.86%

 GREEN value IS 93 (36.72% from 255) = 30.59%

 BLUE value IS 178 (69.92% from 255) = 58.55%

R = 10.86%
G = 30.59%
B = 58.55%

CMYK

 C value IS 0.81

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#215DB2 (or 0x215DB2) is known color: Denim. HEX triplet: 21, 5D and B2. RGB value is (33,93,178). Sum of RGB (Red+Green+Blue) = 33+93+178=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 178 (69.92% from 255 or 58.55% from 304); Max value from RGB is 178 - color contains mainly: blue. Hex color #215DB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215DB2 is #DEA24D. Grayscale: #545454. Windows color (decimal): -14590542 or 11689249. OLE color: 11689249.

HSL color Cylindrical-coordinate representation of color #215DB2: hue angle of 215.17º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #215DB2 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 33 93 178 -
CMYK 0.81 0.48 0 0.30
HSL 215.17º 0.69% 0.41% -
HSV(B) 215.17º 0.81% 0.7% -
XYZ 12.58 11.37 43.65 -
YUV 84.75 180.62 91.09 -
System Red Green Blue C M Y K H S L
Decimal 33 93 178 0.81 0.48 0 0.30 215.17 0.69 0.41
Hex 21 5D B2 51 30 0 1E D7 45 29
Octal 41 135 262 121 60 0 36 327 105 51
Binary 100001 1011101 10110010 1010001 110000 0 11110 11010111 1000101 101001

Color Harmonies of #215DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215DB2

Black with #215DB2

Text Example


Text Example

White with #215DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,93,178); }

 H1.HeaderClassName
 {
   color: #215DB2;
 }
 .AnyTagClassName
 {
   color: #215DB2;
 }
</style>

background-color css

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

 a { background-color: rgb(33,93,178); }

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

border-color css

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

 span { border-color: rgb(33,93,178); }

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