Html Css Color HEX #2512BC Medium Blue

📋 copy color: '#2512BC'

red 37 ◦ green 18 ◦ blue 188

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

Shades of Medium Blue #2512BC

Tints of Medium Blue #2512BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 77.37%

R = 15.23%
G = 7.41%
B = 77.37%

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

#2512BC (or 0x2512BC) is known color: Medium Blue. HEX triplet: 25, 12 and BC. RGB value is (37,18,188). Sum of RGB (Red+Green+Blue) = 37+18+188=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 188 (73.83% from 255 or 77.37% from 243); Max value from RGB is 188 - color contains mainly: blue. Hex color #2512BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2512BC is #DAED43. Grayscale: #2A2A2A. Windows color (decimal): -14347588 or 12325413. OLE color: 12325413.

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

Color convert

RGB 37 18 188 -
CMYK 0.80 0.90 0 0.26
HSL 246.71º 0.83% 0.4% -
HSV(B) 246.71º 0.9% 0.74% -
XYZ 10.06 4.46 47.91 -
YUV 43.06 209.79 123.68 -
System Red Green Blue C M Y K H S L
Decimal 37 18 188 0.80 0.90 0 0.26 246.71 0.83 0.4
Hex 25 12 BC 50 5A 0 1A F7 53 28
Octal 45 22 274 120 132 0 32 367 123 50
Binary 100101 10010 10111100 1010000 1011010 0 11010 11110111 1010011 101000

Color Harmonies of #2512BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2512BC

Black with #2512BC

Text Example


Text Example

White with #2512BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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