Html Css Color HEX #2504CE Medium Blue

📋 copy color: '#2504CE'

red 37 ◦ green 4 ◦ blue 206

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

Shades of Medium Blue #2504CE

Tints of Medium Blue #2504CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 83.4%

R = 14.98%
G = 1.62%
B = 83.4%

CMYK

 C value IS 0.82

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2504CE (or 0x2504CE) is known color: Medium Blue. HEX triplet: 25, 04 and CE. RGB value is (37,4,206). Sum of RGB (Red+Green+Blue) = 37+4+206=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 206 (80.86% from 255 or 83.40% from 247); Max value from RGB is 206 - color contains mainly: blue. Hex color #2504CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2504CE is #DAFB31. Grayscale: #242424. Windows color (decimal): -14351154 or 13501477. OLE color: 13501477.

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

Color convert

RGB 37 4 206 -
CMYK 0.82 0.98 0 0.19
HSL 249.8º 0.96% 0.41% -
HSV(B) 249.8º 0.98% 0.81% -
XYZ 11.95 4.94 58.72 -
YUV 36.9 223.43 128.07 -
System Red Green Blue C M Y K H S L
Decimal 37 4 206 0.82 0.98 0 0.19 249.8 0.96 0.41
Hex 25 4 CE 52 62 0 13 FA 60 29
Octal 45 4 316 122 142 0 23 372 140 51
Binary 100101 100 11001110 1010010 1100010 0 10011 11111010 1100000 101001

Color Harmonies of #2504CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2504CE

Black with #2504CE

Text Example


Text Example

White with #2504CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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