Html Css Color HEX #215EBC Denim

📋 copy color: '#215EBC'

red 33 ◦ green 94 ◦ blue 188

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

Shades of Denim #215EBC

Tints of Denim #215EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.68%

R = 10.48%
G = 29.84%
B = 59.68%

CMYK

 C value IS 0.82

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#215EBC (or 0x215EBC) is known color: Denim. HEX triplet: 21, 5E and BC. RGB value is (33,94,188). Sum of RGB (Red+Green+Blue) = 33+94+188=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #215EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215EBC is #DEA143. Grayscale: #565656. Windows color (decimal): -14590276 or 12344865. OLE color: 12344865.

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

Color convert

RGB 33 94 188 -
CMYK 0.82 0.50 0 0.26
HSL 216.39º 0.7% 0.43% -
HSV(B) 216.39º 0.82% 0.74% -
XYZ 13.71 11.96 49.16 -
YUV 86.48 185.29 89.86 -
System Red Green Blue C M Y K H S L
Decimal 33 94 188 0.82 0.50 0 0.26 216.39 0.7 0.43
Hex 21 5E BC 52 32 0 1A D8 46 2B
Octal 41 136 274 122 62 0 32 330 106 53
Binary 100001 1011110 10111100 1010010 110010 0 11010 11011000 1000110 101011

Color Harmonies of #215EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215EBC

Black with #215EBC

Text Example


Text Example

White with #215EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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