Html Css Color HEX #2510BB Medium Blue

📋 copy color: '#2510BB'

red 37 ◦ green 16 ◦ blue 187

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

Shades of Medium Blue #2510BB

Tints of Medium Blue #2510BB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.67%

 BLUE value IS 187 (73.44% from 255) = 77.92%

R = 15.42%
G = 6.67%
B = 77.92%

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

#2510BB (or 0x2510BB) is known color: Medium Blue. HEX triplet: 25, 10 and BB. RGB value is (37,16,187). Sum of RGB (Red+Green+Blue) = 37+16+187=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 187 (73.44% from 255 or 77.92% from 240); Max value from RGB is 187 - color contains mainly: blue. Hex color #2510BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2510BB is #DAEF44. Grayscale: #292929. Windows color (decimal): -14348101 or 12259365. OLE color: 12259365.

HSL color Cylindrical-coordinate representation of color #2510BB: hue angle of 247.37º degrees, saturation: 0.84, 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 #2510BB is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 16 187 -
CMYK 0.80 0.91 0 0.27
HSL 247.37º 0.84% 0.4% -
HSV(B) 247.37º 0.91% 0.73% -
XYZ 9.92 4.35 47.33 -
YUV 41.77 209.96 124.6 -
System Red Green Blue C M Y K H S L
Decimal 37 16 187 0.80 0.91 0 0.27 247.37 0.84 0.4
Hex 25 10 BB 50 5B 0 1B F7 54 28
Octal 45 20 273 120 133 0 33 367 124 50
Binary 100101 10000 10111011 1010000 1011011 0 11011 11110111 1010100 101000

Color Harmonies of #2510BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2510BB

Black with #2510BB

Text Example


Text Example

White with #2510BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2510BB; }

 p { color: rgb(37,16,187); }

 H1.HeaderClassName
 {
   color: #2510BB;
 }
 .AnyTagClassName
 {
   color: #2510BB;
 }
</style>

background-color css

<style>
 a { background-color: #2510BB; }

 a { background-color: rgb(37,16,187); }

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

border-color css

<style>
 span { border-color: #2510BB; }

 span { border-color: rgb(37,16,187); }

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