Html Css Color HEX #215FCB Denim

📋 copy color: '#215FCB'

red 33 ◦ green 95 ◦ blue 203

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

Shades of Denim #215FCB

Tints of Denim #215FCB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.7%

 BLUE value IS 203 (79.69% from 255) = 61.33%

R = 9.97%
G = 28.7%
B = 61.33%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#215FCB (or 0x215FCB) is known color: Denim. HEX triplet: 21, 5F and CB. RGB value is (33,95,203). Sum of RGB (Red+Green+Blue) = 33+95+203=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 95 (37.5% from 255 or 28.70% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #215FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215FCB is #DEA034. Grayscale: #585858. Windows color (decimal): -14590005 or 13328161. OLE color: 13328161.

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

Color convert

RGB 33 95 203 -
CMYK 0.84 0.53 0 0.20
HSL 218.12º 0.72% 0.46% -
HSV(B) 218.12º 0.84% 0.8% -
XYZ 15.5 12.82 58.16 -
YUV 88.77 192.46 88.22 -
System Red Green Blue C M Y K H S L
Decimal 33 95 203 0.84 0.53 0 0.20 218.12 0.72 0.46
Hex 21 5F CB 54 35 0 14 DA 48 2E
Octal 41 137 313 124 65 0 24 332 110 56
Binary 100001 1011111 11001011 1010100 110101 0 10100 11011010 1001000 101110

Color Harmonies of #215FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215FCB

Black with #215FCB

Text Example


Text Example

White with #215FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,95,203); }

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

background-color css

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

 a { background-color: rgb(33,95,203); }

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

border-color css

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

 span { border-color: rgb(33,95,203); }

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