Html Css Color HEX #1503CD Medium Blue

📋 copy color: '#1503CD'

red 21 ◦ green 3 ◦ blue 205

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

Shades of Medium Blue #1503CD

Tints of Medium Blue #1503CD

RGB

 RED value IS 21 (8.59% from 255) = 9.17%

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

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

R = 9.17%
G = 1.31%
B = 89.52%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1503CD (or 0x1503CD) is known color: Medium Blue. HEX triplet: 15, 03 and CD. RGB value is (21,3,205). Sum of RGB (Red+Green+Blue) = 21+3+205=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 205 (80.47% from 255 or 89.52% from 229); Max value from RGB is 205 - color contains mainly: blue. Hex color #1503CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1503CD is #EAFC32. Grayscale: #1E1E1E. Windows color (decimal): -15399987 or 13435669. OLE color: 13435669.

HSL color Cylindrical-coordinate representation of color #1503CD: hue angle of 245.35º 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 #1503CD is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 3 205 -
CMYK 0.90 0.99 0 0.20
HSL 245.35º 0.97% 0.41% -
HSV(B) 245.35º 0.99% 0.8% -
XYZ 11.36 4.63 58.05 -
YUV 31.41 225.96 120.57 -
System Red Green Blue C M Y K H S L
Decimal 21 3 205 0.90 0.99 0 0.20 245.35 0.97 0.41
Hex 15 3 CD 5A 63 0 14 F5 61 29
Octal 25 3 315 132 143 0 24 365 141 51
Binary 10101 11 11001101 1011010 1100011 0 10100 11110101 1100001 101001

Color Harmonies of #1503CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1503CD

Black with #1503CD

Text Example


Text Example

White with #1503CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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