Html Css Color HEX #215CBE Denim

📋 copy color: '#215CBE'

red 33 ◦ green 92 ◦ blue 190

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

Shades of Denim #215CBE

Tints of Denim #215CBE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.21%

 BLUE value IS 190 (74.61% from 255) = 60.32%

R = 10.48%
G = 29.21%
B = 60.32%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#215CBE (or 0x215CBE) is known color: Denim. HEX triplet: 21, 5C and BE. RGB value is (33,92,190). Sum of RGB (Red+Green+Blue) = 33+92+190=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #215CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215CBE is #DEA341. Grayscale: #555555. Windows color (decimal): -14590786 or 12475425. OLE color: 12475425.

HSL color Cylindrical-coordinate representation of color #215CBE: hue angle of 217.45º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #215CBE is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 92 190 -
CMYK 0.83 0.52 0 0.25
HSL 217.45º 0.7% 0.44% -
HSV(B) 217.45º 0.83% 0.75% -
XYZ 13.75 11.7 50.25 -
YUV 85.53 186.95 90.53 -
System Red Green Blue C M Y K H S L
Decimal 33 92 190 0.83 0.52 0 0.25 217.45 0.7 0.44
Hex 21 5C BE 53 34 0 19 D9 46 2C
Octal 41 134 276 123 64 0 31 331 106 54
Binary 100001 1011100 10111110 1010011 110100 0 11001 11011001 1000110 101100

Color Harmonies of #215CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215CBE

Black with #215CBE

Text Example


Text Example

White with #215CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,92,190); }

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

background-color css

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

 a { background-color: rgb(33,92,190); }

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

border-color css

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

 span { border-color: rgb(33,92,190); }

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