Html Css Color HEX #2512DA Medium Blue

📋 copy color: '#2512DA'

red 37 ◦ green 18 ◦ blue 218

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

Shades of Medium Blue #2512DA

Tints of Medium Blue #2512DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 79.85%

R = 13.55%
G = 6.59%
B = 79.85%

CMYK

 C value IS 0.83

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2512DA (or 0x2512DA) is known color: Medium Blue. HEX triplet: 25, 12 and DA. RGB value is (37,18,218). Sum of RGB (Red+Green+Blue) = 37+18+218=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 218 (85.55% from 255 or 79.85% from 273); Max value from RGB is 218 - color contains mainly: blue. Hex color #2512DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2512DA is #DAED25. Grayscale: #2D2D2D. Windows color (decimal): -14347558 or 14291493. OLE color: 14291493.

HSL color Cylindrical-coordinate representation of color #2512DA: hue angle of 245.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2512DA is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 18 218 -
CMYK 0.83 0.92 0 0.15
HSL 245.7º 0.85% 0.46% -
HSV(B) 245.7º 0.92% 0.85% -
XYZ 13.63 5.89 66.75 -
YUV 46.48 224.79 121.24 -
System Red Green Blue C M Y K H S L
Decimal 37 18 218 0.83 0.92 0 0.15 245.7 0.85 0.46
Hex 25 12 DA 53 5C 0 F F6 55 2E
Octal 45 22 332 123 134 0 17 366 125 56
Binary 100101 10010 11011010 1010011 1011100 0 1111 11110110 1010101 101110

Color Harmonies of #2512DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2512DA

Black with #2512DA

Text Example


Text Example

White with #2512DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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