Html Css Color HEX #2504D1 Medium Blue

📋 copy color: '#2504D1'

red 37 ◦ green 4 ◦ blue 209

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

Shades of Medium Blue #2504D1

Tints of Medium Blue #2504D1

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.6%

 BLUE value IS 209 (82.03% from 255) = 83.6%

R = 14.8%
G = 1.6%
B = 83.6%

CMYK

 C value IS 0.82

 M value IS 0.98

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2504D1 (or 0x2504D1) is known color: Medium Blue. HEX triplet: 25, 04 and D1. RGB value is (37,4,209). Sum of RGB (Red+Green+Blue) = 37+4+209=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 209 (82.03% from 255 or 83.6% from 250); Max value from RGB is 209 - color contains mainly: blue. Hex color #2504D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2504D1 is #DAFB2E. Grayscale: #242424. Windows color (decimal): -14351151 or 13698085. OLE color: 13698085.

HSL color Cylindrical-coordinate representation of color #2504D1: hue angle of 249.66º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2504D1 is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 37 4 209 -
CMYK 0.82 0.98 0 0.18
HSL 249.66º 0.96% 0.42% -
HSV(B) 249.66º 0.98% 0.82% -
XYZ 12.31 5.08 60.65 -
YUV 37.24 224.93 127.83 -
System Red Green Blue C M Y K H S L
Decimal 37 4 209 0.82 0.98 0 0.18 249.66 0.96 0.42
Hex 25 4 D1 52 62 0 12 FA 60 2A
Octal 45 4 321 122 142 0 22 372 140 52
Binary 100101 100 11010001 1010010 1100010 0 10010 11111010 1100000 101010

Color Harmonies of #2504D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2504D1

Black with #2504D1

Text Example


Text Example

White with #2504D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2504D1; }

 p { color: rgb(37,4,209); }

 H1.HeaderClassName
 {
   color: #2504D1;
 }
 .AnyTagClassName
 {
   color: #2504D1;
 }
</style>

background-color css

<style>
 a { background-color: #2504D1; }

 a { background-color: rgb(37,4,209); }

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

border-color css

<style>
 span { border-color: #2504D1; }

 span { border-color: rgb(37,4,209); }

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