Html Css Color HEX #215EB8 Denim

📋 copy color: '#215EB8'

red 33 ◦ green 94 ◦ blue 184

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

Shades of Denim #215EB8

Tints of Denim #215EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 59.16%

R = 10.61%
G = 30.23%
B = 59.16%

CMYK

 C value IS 0.82

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#215EB8 (or 0x215EB8) is known color: Denim. HEX triplet: 21, 5E and B8. RGB value is (33,94,184). Sum of RGB (Red+Green+Blue) = 33+94+184=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 184 (72.27% from 255 or 59.16% from 311); Max value from RGB is 184 - color contains mainly: blue. Hex color #215EB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215EB8 is #DEA147. Grayscale: #555555. Windows color (decimal): -14590280 or 12082721. OLE color: 12082721.

HSL color Cylindrical-coordinate representation of color #215EB8: hue angle of 215.76º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #215EB8 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 33 94 184 -
CMYK 0.82 0.49 0 0.28
HSL 215.76º 0.7% 0.43% -
HSV(B) 215.76º 0.82% 0.72% -
XYZ 13.28 11.79 46.92 -
YUV 86.02 183.29 90.18 -
System Red Green Blue C M Y K H S L
Decimal 33 94 184 0.82 0.49 0 0.28 215.76 0.7 0.43
Hex 21 5E B8 52 31 0 1C D8 46 2B
Octal 41 136 270 122 61 0 34 330 106 53
Binary 100001 1011110 10111000 1010010 110001 0 11100 11011000 1000110 101011

Color Harmonies of #215EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215EB8

Black with #215EB8

Text Example


Text Example

White with #215EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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