Html Css Color HEX #215EB2 Denim

📋 copy color: '#215EB2'

red 33 ◦ green 94 ◦ blue 178

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

Shades of Denim #215EB2

Tints of Denim #215EB2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.82%

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

R = 10.82%
G = 30.82%
B = 58.36%

CMYK

 C value IS 0.81

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#215EB2 (or 0x215EB2) is known color: Denim. HEX triplet: 21, 5E and B2. RGB value is (33,94,178). Sum of RGB (Red+Green+Blue) = 33+94+178=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 178 (69.92% from 255 or 58.36% from 305); Max value from RGB is 178 - color contains mainly: blue. Hex color #215EB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215EB2 is #DEA14D. Grayscale: #545454. Windows color (decimal): -14590286 or 11689505. OLE color: 11689505.

HSL color Cylindrical-coordinate representation of color #215EB2: hue angle of 214.76º 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 #215EB2 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 33 94 178 -
CMYK 0.81 0.47 0 0.30
HSL 214.76º 0.69% 0.41% -
HSV(B) 214.76º 0.81% 0.7% -
XYZ 12.67 11.54 43.68 -
YUV 85.34 180.29 90.67 -
System Red Green Blue C M Y K H S L
Decimal 33 94 178 0.81 0.47 0 0.30 214.76 0.69 0.41
Hex 21 5E B2 51 2F 0 1E D7 45 29
Octal 41 136 262 121 57 0 36 327 105 51
Binary 100001 1011110 10110010 1010001 101111 0 11110 11010111 1000101 101001

Color Harmonies of #215EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215EB2

Black with #215EB2

Text Example


Text Example

White with #215EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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