Html Css Color HEX #2512BD Medium Blue

📋 copy color: '#2512BD'

red 37 ◦ green 18 ◦ blue 189

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

Shades of Medium Blue #2512BD

Tints of Medium Blue #2512BD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.38%

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

R = 15.16%
G = 7.38%
B = 77.46%

CMYK

 C value IS 0.80

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2512BD (or 0x2512BD) is known color: Medium Blue. HEX triplet: 25, 12 and BD. RGB value is (37,18,189). Sum of RGB (Red+Green+Blue) = 37+18+189=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 189 (74.22% from 255 or 77.46% from 244); Max value from RGB is 189 - color contains mainly: blue. Hex color #2512BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2512BD is #DAED42. Grayscale: #2A2A2A. Windows color (decimal): -14347587 or 12390949. OLE color: 12390949.

HSL color Cylindrical-coordinate representation of color #2512BD: hue angle of 246.67º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2512BD is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 18 189 -
CMYK 0.80 0.90 0 0.26
HSL 246.67º 0.83% 0.41% -
HSV(B) 246.67º 0.9% 0.74% -
XYZ 10.16 4.5 48.48 -
YUV 43.18 210.29 123.6 -
System Red Green Blue C M Y K H S L
Decimal 37 18 189 0.80 0.90 0 0.26 246.67 0.83 0.41
Hex 25 12 BD 50 5A 0 1A F7 53 29
Octal 45 22 275 120 132 0 32 367 123 51
Binary 100101 10010 10111101 1010000 1011010 0 11010 11110111 1010011 101001

Color Harmonies of #2512BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2512BD

Black with #2512BD

Text Example


Text Example

White with #2512BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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