Html Css Color HEX #215ECF Denim

📋 copy color: '#215ECF'

red 33 ◦ green 94 ◦ blue 207

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

Shades of Denim #215ECF

Tints of Denim #215ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 61.98%

R = 9.88%
G = 28.14%
B = 61.98%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#215ECF (or 0x215ECF) is known color: Denim. HEX triplet: 21, 5E and CF. RGB value is (33,94,207). Sum of RGB (Red+Green+Blue) = 33+94+207=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #215ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215ECF is #DEA130. Grayscale: #585858. Windows color (decimal): -14590257 or 13590049. OLE color: 13590049.

HSL color Cylindrical-coordinate representation of color #215ECF: hue angle of 218.97º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #215ECF is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 94 207 -
CMYK 0.84 0.55 0 0.19
HSL 218.97º 0.73% 0.47% -
HSV(B) 218.97º 0.84% 0.81% -
XYZ 15.89 12.83 60.67 -
YUV 88.64 194.79 88.31 -
System Red Green Blue C M Y K H S L
Decimal 33 94 207 0.84 0.55 0 0.19 218.97 0.73 0.47
Hex 21 5E CF 54 37 0 13 DB 48 2F
Octal 41 136 317 124 67 0 23 333 110 57
Binary 100001 1011110 11001111 1010100 110111 0 10011 11011011 1001000 101111

Color Harmonies of #215ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215ECF

Black with #215ECF

Text Example


Text Example

White with #215ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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