Html Css Color HEX #2503CD Medium Blue

📋 copy color: '#2503CD'

red 37 ◦ green 3 ◦ blue 205

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

Shades of Medium Blue #2503CD

Tints of Medium Blue #2503CD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.22%

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

R = 15.1%
G = 1.22%
B = 83.67%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2503CD (or 0x2503CD) is known color: Medium Blue. HEX triplet: 25, 03 and CD. RGB value is (37,3,205). Sum of RGB (Red+Green+Blue) = 37+3+205=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 205 (80.47% from 255 or 83.67% from 245); Max value from RGB is 205 - color contains mainly: blue. Hex color #2503CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2503CD is #DAFC32. Grayscale: #232323. Windows color (decimal): -14351411 or 13435685. OLE color: 13435685.

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

Color convert

RGB 37 3 205 -
CMYK 0.82 0.99 0 0.20
HSL 250.1º 0.97% 0.41% -
HSV(B) 250.1º 0.99% 0.8% -
XYZ 11.81 4.87 58.07 -
YUV 36.19 223.26 128.57 -
System Red Green Blue C M Y K H S L
Decimal 37 3 205 0.82 0.99 0 0.20 250.1 0.97 0.41
Hex 25 3 CD 52 63 0 14 FA 61 29
Octal 45 3 315 122 143 0 24 372 141 51
Binary 100101 11 11001101 1010010 1100011 0 10100 11111010 1100001 101001

Color Harmonies of #2503CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2503CD

Black with #2503CD

Text Example


Text Example

White with #2503CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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