Html Css Color HEX #215EC8 Denim

📋 copy color: '#215EC8'

red 33 ◦ green 94 ◦ blue 200

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

Shades of Denim #215EC8

Tints of Denim #215EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 61.16%

R = 10.09%
G = 28.75%
B = 61.16%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#215EC8 (or 0x215EC8) is known color: Denim. HEX triplet: 21, 5E and C8. RGB value is (33,94,200). Sum of RGB (Red+Green+Blue) = 33+94+200=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 200 (78.52% from 255 or 61.16% from 327); Max value from RGB is 200 - color contains mainly: blue. Hex color #215EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215EC8 is #DEA137. Grayscale: #575757. Windows color (decimal): -14590264 or 13131297. OLE color: 13131297.

HSL color Cylindrical-coordinate representation of color #215EC8: hue angle of 218.08º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #215EC8 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 33 94 200 -
CMYK 0.84 0.53 0 0.22
HSL 218.08º 0.72% 0.46% -
HSV(B) 218.08º 0.84% 0.78% -
XYZ 15.06 12.5 56.26 -
YUV 87.85 191.29 88.88 -
System Red Green Blue C M Y K H S L
Decimal 33 94 200 0.84 0.53 0 0.22 218.08 0.72 0.46
Hex 21 5E C8 54 35 0 16 DA 48 2E
Octal 41 136 310 124 65 0 26 332 110 56
Binary 100001 1011110 11001000 1010100 110101 0 10110 11011010 1001000 101110

Color Harmonies of #215EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215EC8

Black with #215EC8

Text Example


Text Example

White with #215EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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