Html Css Color HEX #2115DB Medium Blue

📋 copy color: '#2115DB'

red 33 ◦ green 21 ◦ blue 219

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

Shades of Medium Blue #2115DB

Tints of Medium Blue #2115DB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.69%

 BLUE value IS 219 (85.94% from 255) = 80.22%

R = 12.09%
G = 7.69%
B = 80.22%

CMYK

 C value IS 0.85

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2115DB (or 0x2115DB) is known color: Medium Blue. HEX triplet: 21, 15 and DB. RGB value is (33,21,219). Sum of RGB (Red+Green+Blue) = 33+21+219=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 219 (85.94% from 255 or 80.22% from 273); Max value from RGB is 219 - color contains mainly: blue. Hex color #2115DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2115DB is #DEEA24. Grayscale: #2E2E2E. Windows color (decimal): -14608933 or 14357793. OLE color: 14357793.

HSL color Cylindrical-coordinate representation of color #2115DB: hue angle of 243.64º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2115DB is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 21 219 -
CMYK 0.85 0.90 0 0.14
HSL 243.64º 0.83% 0.47% -
HSV(B) 243.64º 0.9% 0.86% -
XYZ 13.68 5.97 67.45 -
YUV 47.16 224.98 117.9 -
System Red Green Blue C M Y K H S L
Decimal 33 21 219 0.85 0.90 0 0.14 243.64 0.83 0.47
Hex 21 15 DB 55 5A 0 E F4 52 2F
Octal 41 25 333 125 132 0 16 364 122 57
Binary 100001 10101 11011011 1010101 1011010 0 1110 11110100 1010010 101111

Color Harmonies of #2115DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2115DB

Black with #2115DB

Text Example


Text Example

White with #2115DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2115DB; }

 p { color: rgb(33,21,219); }

 H1.HeaderClassName
 {
   color: #2115DB;
 }
 .AnyTagClassName
 {
   color: #2115DB;
 }
</style>

background-color css

<style>
 a { background-color: #2115DB; }

 a { background-color: rgb(33,21,219); }

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

border-color css

<style>
 span { border-color: #2115DB; }

 span { border-color: rgb(33,21,219); }

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