Html Css Color HEX #2505C9 Medium Blue

📋 copy color: '#2505C9'

red 37 ◦ green 5 ◦ blue 201

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

Shades of Medium Blue #2505C9

Tints of Medium Blue #2505C9

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.06%

 BLUE value IS 201 (78.91% from 255) = 82.72%

R = 15.23%
G = 2.06%
B = 82.72%

CMYK

 C value IS 0.82

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2505C9 (or 0x2505C9) is known color: Medium Blue. HEX triplet: 25, 05 and C9. RGB value is (37,5,201). Sum of RGB (Red+Green+Blue) = 37+5+201=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 201 (78.91% from 255 or 82.72% from 243); Max value from RGB is 201 - color contains mainly: blue. Hex color #2505C9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2505C9 is #DAFA36. Grayscale: #242424. Windows color (decimal): -14350903 or 13174053. OLE color: 13174053.

HSL color Cylindrical-coordinate representation of color #2505C9: hue angle of 249.8º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2505C9 is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 37 5 201 -
CMYK 0.82 0.98 0 0.21
HSL 249.8º 0.95% 0.4% -
HSV(B) 249.8º 0.98% 0.79% -
XYZ 11.36 4.72 55.57 -
YUV 36.91 220.6 128.06 -
System Red Green Blue C M Y K H S L
Decimal 37 5 201 0.82 0.98 0 0.21 249.8 0.95 0.4
Hex 25 5 C9 52 62 0 15 FA 5F 28
Octal 45 5 311 122 142 0 25 372 137 50
Binary 100101 101 11001001 1010010 1100010 0 10101 11111010 1011111 101000

Color Harmonies of #2505C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2505C9

Black with #2505C9

Text Example


Text Example

White with #2505C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2505C9; }

 p { color: rgb(37,5,201); }

 H1.HeaderClassName
 {
   color: #2505C9;
 }
 .AnyTagClassName
 {
   color: #2505C9;
 }
</style>

background-color css

<style>
 a { background-color: #2505C9; }

 a { background-color: rgb(37,5,201); }

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

border-color css

<style>
 span { border-color: #2505C9; }

 span { border-color: rgb(37,5,201); }

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