Html Css Color HEX #2115BE Medium Blue

📋 copy color: '#2115BE'

red 33 ◦ green 21 ◦ blue 190

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

Shades of Medium Blue #2115BE

Tints of Medium Blue #2115BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 77.87%

R = 13.52%
G = 8.61%
B = 77.87%

CMYK

 C value IS 0.83

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2115BE (or 0x2115BE) is known color: Medium Blue. HEX triplet: 21, 15 and BE. RGB value is (33,21,190). Sum of RGB (Red+Green+Blue) = 33+21+190=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 190 (74.61% from 255 or 77.87% from 244); Max value from RGB is 190 - color contains mainly: blue. Hex color #2115BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2115BE is #DEEA41. Grayscale: #2B2B2B. Windows color (decimal): -14608962 or 12457249. OLE color: 12457249.

HSL color Cylindrical-coordinate representation of color #2115BE: hue angle of 244.26º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2115BE is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 21 190 -
CMYK 0.83 0.89 0 0.25
HSL 244.26º 0.8% 0.41% -
HSV(B) 244.26º 0.89% 0.75% -
XYZ 10.19 4.58 49.06 -
YUV 43.85 210.48 120.26 -
System Red Green Blue C M Y K H S L
Decimal 33 21 190 0.83 0.89 0 0.25 244.26 0.8 0.41
Hex 21 15 BE 53 59 0 19 F4 50 29
Octal 41 25 276 123 131 0 31 364 120 51
Binary 100001 10101 10111110 1010011 1011001 0 11001 11110100 1010000 101001

Color Harmonies of #2115BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2115BE

Black with #2115BE

Text Example


Text Example

White with #2115BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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