Html Css Color HEX #2505CD Medium Blue

📋 copy color: '#2505CD'

red 37 ◦ green 5 ◦ blue 205

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

Shades of Medium Blue #2505CD

Tints of Medium Blue #2505CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 83%

R = 14.98%
G = 2.02%
B = 83%

CMYK

 C value IS 0.82

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2505CD (or 0x2505CD) is known color: Medium Blue. HEX triplet: 25, 05 and CD. RGB value is (37,5,205). Sum of RGB (Red+Green+Blue) = 37+5+205=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 205 (80.47% from 255 or 83.00% from 247); Max value from RGB is 205 - color contains mainly: blue. Hex color #2505CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2505CD is #DAFA32. Grayscale: #242424. Windows color (decimal): -14350899 or 13436197. OLE color: 13436197.

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

Color convert

RGB 37 5 205 -
CMYK 0.82 0.98 0 0.20
HSL 249.6º 0.95% 0.41% -
HSV(B) 249.6º 0.98% 0.8% -
XYZ 11.84 4.91 58.08 -
YUV 37.37 222.6 127.74 -
System Red Green Blue C M Y K H S L
Decimal 37 5 205 0.82 0.98 0 0.20 249.6 0.95 0.41
Hex 25 5 CD 52 62 0 14 FA 5F 29
Octal 45 5 315 122 142 0 24 372 137 51
Binary 100101 101 11001101 1010010 1100010 0 10100 11111010 1011111 101001

Color Harmonies of #2505CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2505CD

Black with #2505CD

Text Example


Text Example

White with #2505CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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