Html Css Color HEX #215BBD Denim

📋 copy color: '#215BBD'

red 33 ◦ green 91 ◦ blue 189

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

Shades of Denim #215BBD

Tints of Denim #215BBD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.07%

 BLUE value IS 189 (74.22% from 255) = 60.38%

R = 10.54%
G = 29.07%
B = 60.38%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#215BBD (or 0x215BBD) is known color: Denim. HEX triplet: 21, 5B and BD. RGB value is (33,91,189). Sum of RGB (Red+Green+Blue) = 33+91+189=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #215BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215BBD is #DEA442. Grayscale: #545454. Windows color (decimal): -14591043 or 12409633. OLE color: 12409633.

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

Color convert

RGB 33 91 189 -
CMYK 0.83 0.52 0 0.26
HSL 217.69º 0.7% 0.44% -
HSV(B) 217.69º 0.83% 0.74% -
XYZ 13.55 11.48 49.65 -
YUV 84.83 186.78 91.03 -
System Red Green Blue C M Y K H S L
Decimal 33 91 189 0.83 0.52 0 0.26 217.69 0.7 0.44
Hex 21 5B BD 53 34 0 1A DA 46 2C
Octal 41 133 275 123 64 0 32 332 106 54
Binary 100001 1011011 10111101 1010011 110100 0 11010 11011010 1000110 101100

Color Harmonies of #215BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215BBD

Black with #215BBD

Text Example


Text Example

White with #215BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,91,189); }

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

background-color css

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

 a { background-color: rgb(33,91,189); }

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

border-color css

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

 span { border-color: rgb(33,91,189); }

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