Html Css Color HEX #215DBA Denim

📋 copy color: '#215DBA'

red 33 ◦ green 93 ◦ blue 186

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

Shades of Denim #215DBA

Tints of Denim #215DBA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.81%

 BLUE value IS 186 (73.05% from 255) = 59.62%

R = 10.58%
G = 29.81%
B = 59.62%

CMYK

 C value IS 0.82

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#215DBA (or 0x215DBA) is known color: Denim. HEX triplet: 21, 5D and BA. RGB value is (33,93,186). Sum of RGB (Red+Green+Blue) = 33+93+186=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #215DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215DBA is #DEA245. Grayscale: #555555. Windows color (decimal): -14590534 or 12213537. OLE color: 12213537.

HSL color Cylindrical-coordinate representation of color #215DBA: hue angle of 216.47º 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 #215DBA is Cyan = 0.82, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 93 186 -
CMYK 0.82 0.5 0 0.27
HSL 216.47º 0.7% 0.43% -
HSV(B) 216.47º 0.82% 0.73% -
XYZ 13.4 11.7 48.01 -
YUV 85.66 184.62 90.44 -
System Red Green Blue C M Y K H S L
Decimal 33 93 186 0.82 0.5 0 0.27 216.47 0.7 0.43
Hex 21 5D BA 52 32 0 1B D8 46 2B
Octal 41 135 272 122 62 0 33 330 106 53
Binary 100001 1011101 10111010 1010010 110010 0 11011 11011000 1000110 101011

Color Harmonies of #215DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215DBA

Black with #215DBA

Text Example


Text Example

White with #215DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,93,186); }

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

background-color css

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

 a { background-color: rgb(33,93,186); }

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

border-color css

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

 span { border-color: rgb(33,93,186); }

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