Html Css Color HEX #2511B9 Medium Blue

📋 copy color: '#2511B9'

red 37 ◦ green 17 ◦ blue 185

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

Shades of Medium Blue #2511B9

Tints of Medium Blue #2511B9

RGB

 RED value IS 37 (14.84% from 255) = 15.48%

 GREEN value IS 17 (7.03% from 255) = 7.11%

 BLUE value IS 185 (72.66% from 255) = 77.41%

R = 15.48%
G = 7.11%
B = 77.41%

CMYK

 C value IS 0.80

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2511B9 (or 0x2511B9) is known color: Medium Blue. HEX triplet: 25, 11 and B9. RGB value is (37,17,185). Sum of RGB (Red+Green+Blue) = 37+17+185=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 185 (72.66% from 255 or 77.41% from 239); Max value from RGB is 185 - color contains mainly: blue. Hex color #2511B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2511B9 is #DAEE46. Grayscale: #292929. Windows color (decimal): -14347847 or 12128549. OLE color: 12128549.

HSL color Cylindrical-coordinate representation of color #2511B9: hue angle of 247.14º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2511B9 is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 17 185 -
CMYK 0.80 0.91 0 0.27
HSL 247.14º 0.83% 0.4% -
HSV(B) 247.14º 0.91% 0.73% -
XYZ 9.72 4.3 46.22 -
YUV 42.13 208.63 124.34 -
System Red Green Blue C M Y K H S L
Decimal 37 17 185 0.80 0.91 0 0.27 247.14 0.83 0.4
Hex 25 11 B9 50 5B 0 1B F7 53 28
Octal 45 21 271 120 133 0 33 367 123 50
Binary 100101 10001 10111001 1010000 1011011 0 11011 11110111 1010011 101000

Color Harmonies of #2511B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2511B9

Black with #2511B9

Text Example


Text Example

White with #2511B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2511B9; }

 p { color: rgb(37,17,185); }

 H1.HeaderClassName
 {
   color: #2511B9;
 }
 .AnyTagClassName
 {
   color: #2511B9;
 }
</style>

background-color css

<style>
 a { background-color: #2511B9; }

 a { background-color: rgb(37,17,185); }

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

border-color css

<style>
 span { border-color: #2511B9; }

 span { border-color: rgb(37,17,185); }

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