Html Css Color HEX #215EC4 Denim

📋 copy color: '#215EC4'

red 33 ◦ green 94 ◦ blue 196

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

Shades of Denim #215EC4

Tints of Denim #215EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 60.68%

R = 10.22%
G = 29.1%
B = 60.68%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#215EC4 (or 0x215EC4) is known color: Denim. HEX triplet: 21, 5E and C4. RGB value is (33,94,196). Sum of RGB (Red+Green+Blue) = 33+94+196=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 196 (76.95% from 255 or 60.68% from 323); Max value from RGB is 196 - color contains mainly: blue. Hex color #215EC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215EC4 is #DEA13B. Grayscale: #565656. Windows color (decimal): -14590268 or 12869153. OLE color: 12869153.

HSL color Cylindrical-coordinate representation of color #215EC4: hue angle of 217.55º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #215EC4 is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 33 94 196 -
CMYK 0.83 0.52 0 0.23
HSL 217.55º 0.71% 0.45% -
HSV(B) 217.55º 0.83% 0.77% -
XYZ 14.59 12.31 53.83 -
YUV 87.39 189.29 89.21 -
System Red Green Blue C M Y K H S L
Decimal 33 94 196 0.83 0.52 0 0.23 217.55 0.71 0.45
Hex 21 5E C4 53 34 0 17 DA 47 2D
Octal 41 136 304 123 64 0 27 332 107 55
Binary 100001 1011110 11000100 1010011 110100 0 10111 11011010 1000111 101101

Color Harmonies of #215EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215EC4

Black with #215EC4

Text Example


Text Example

White with #215EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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