Html Css Color HEX #2504DB Medium Blue

📋 copy color: '#2504DB'

red 37 ◦ green 4 ◦ blue 219

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

Shades of Medium Blue #2504DB

Tints of Medium Blue #2504DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 84.23%

R = 14.23%
G = 1.54%
B = 84.23%

CMYK

 C value IS 0.83

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2504DB (or 0x2504DB) is known color: Medium Blue. HEX triplet: 25, 04 and DB. RGB value is (37,4,219). Sum of RGB (Red+Green+Blue) = 37+4+219=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 219 (85.94% from 255 or 84.23% from 260); Max value from RGB is 219 - color contains mainly: blue. Hex color #2504DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2504DB is #DAFB24. Grayscale: #252525. Windows color (decimal): -14351141 or 14353445. OLE color: 14353445.

HSL color Cylindrical-coordinate representation of color #2504DB: hue angle of 249.21º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2504DB is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 4 219 -
CMYK 0.83 0.98 0 0.14
HSL 249.21º 0.96% 0.44% -
HSV(B) 249.21º 0.98% 0.86% -
XYZ 13.59 5.59 67.38 -
YUV 38.38 229.93 127.02 -
System Red Green Blue C M Y K H S L
Decimal 37 4 219 0.83 0.98 0 0.14 249.21 0.96 0.44
Hex 25 4 DB 53 62 0 E F9 60 2C
Octal 45 4 333 123 142 0 16 371 140 54
Binary 100101 100 11011011 1010011 1100010 0 1110 11111001 1100000 101100

Color Harmonies of #2504DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2504DB

Black with #2504DB

Text Example


Text Example

White with #2504DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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