Html Css Color HEX #215CBF Denim

📋 copy color: '#215CBF'

red 33 ◦ green 92 ◦ blue 191

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

Shades of Denim #215CBF

Tints of Denim #215CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 60.44%

R = 10.44%
G = 29.11%
B = 60.44%

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

#215CBF (or 0x215CBF) is known color: Denim. HEX triplet: 21, 5C and BF. RGB value is (33,92,191). Sum of RGB (Red+Green+Blue) = 33+92+191=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #215CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215CBF is #DEA340. Grayscale: #555555. Windows color (decimal): -14590785 or 12540961. OLE color: 12540961.

HSL color Cylindrical-coordinate representation of color #215CBF: hue angle of 217.59º degrees, saturation: 0.71, 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 #215CBF is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 92 191 -
CMYK 0.83 0.52 0 0.25
HSL 217.59º 0.71% 0.44% -
HSV(B) 217.59º 0.83% 0.75% -
XYZ 13.86 11.74 50.83 -
YUV 85.65 187.45 90.45 -
System Red Green Blue C M Y K H S L
Decimal 33 92 191 0.83 0.52 0 0.25 217.59 0.71 0.44
Hex 21 5C BF 53 34 0 19 DA 47 2C
Octal 41 134 277 123 64 0 31 332 107 54
Binary 100001 1011100 10111111 1010011 110100 0 11001 11011010 1000111 101100

Color Harmonies of #215CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215CBF

Black with #215CBF

Text Example


Text Example

White with #215CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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