Html Css Color HEX #2510BD Medium Blue

📋 copy color: '#2510BD'

red 37 ◦ green 16 ◦ blue 189

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

Shades of Medium Blue #2510BD

Tints of Medium Blue #2510BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 78.1%

R = 15.29%
G = 6.61%
B = 78.1%

CMYK

 C value IS 0.80

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2510BD (or 0x2510BD) is known color: Medium Blue. HEX triplet: 25, 10 and BD. RGB value is (37,16,189). Sum of RGB (Red+Green+Blue) = 37+16+189=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 189 (74.22% from 255 or 78.10% from 242); Max value from RGB is 189 - color contains mainly: blue. Hex color #2510BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2510BD is #DAEF42. Grayscale: #292929. Windows color (decimal): -14348099 or 12390437. OLE color: 12390437.

HSL color Cylindrical-coordinate representation of color #2510BD: hue angle of 247.28º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2510BD is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 16 189 -
CMYK 0.80 0.92 0 0.26
HSL 247.28º 0.84% 0.4% -
HSV(B) 247.28º 0.92% 0.74% -
XYZ 10.13 4.44 48.47 -
YUV 42 210.96 124.43 -
System Red Green Blue C M Y K H S L
Decimal 37 16 189 0.80 0.92 0 0.26 247.28 0.84 0.4
Hex 25 10 BD 50 5C 0 1A F7 54 28
Octal 45 20 275 120 134 0 32 367 124 50
Binary 100101 10000 10111101 1010000 1011100 0 11010 11110111 1010100 101000

Color Harmonies of #2510BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2510BD

Black with #2510BD

Text Example


Text Example

White with #2510BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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