Html Css Color HEX #215FBB Denim

📋 copy color: '#215FBB'

red 33 ◦ green 95 ◦ blue 187

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

Shades of Denim #215FBB

Tints of Denim #215FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 59.37%

R = 10.48%
G = 30.16%
B = 59.37%

CMYK

 C value IS 0.82

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#215FBB (or 0x215FBB) is known color: Denim. HEX triplet: 21, 5F and BB. RGB value is (33,95,187). Sum of RGB (Red+Green+Blue) = 33+95+187=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #215FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215FBB is #DEA044. Grayscale: #565656. Windows color (decimal): -14590021 or 12279585. OLE color: 12279585.

HSL color Cylindrical-coordinate representation of color #215FBB: hue angle of 215.84º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #215FBB is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 95 187 -
CMYK 0.82 0.49 0 0.27
HSL 215.84º 0.7% 0.43% -
HSV(B) 215.84º 0.82% 0.73% -
XYZ 13.69 12.1 48.63 -
YUV 86.95 184.46 89.52 -
System Red Green Blue C M Y K H S L
Decimal 33 95 187 0.82 0.49 0 0.27 215.84 0.7 0.43
Hex 21 5F BB 52 31 0 1B D8 46 2B
Octal 41 137 273 122 61 0 33 330 106 53
Binary 100001 1011111 10111011 1010010 110001 0 11011 11011000 1000110 101011

Color Harmonies of #215FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215FBB

Black with #215FBB

Text Example


Text Example

White with #215FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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