Html Css Color HEX #1503CB Medium Blue

📋 copy color: '#1503CB'

red 21 ◦ green 3 ◦ blue 203

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

Shades of Medium Blue #1503CB

Tints of Medium Blue #1503CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 89.43%

R = 9.25%
G = 1.32%
B = 89.43%

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

#1503CB (or 0x1503CB) is known color: Medium Blue. HEX triplet: 15, 03 and CB. RGB value is (21,3,203). Sum of RGB (Red+Green+Blue) = 21+3+203=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 203 (79.69% from 255 or 89.43% from 227); Max value from RGB is 203 - color contains mainly: blue. Hex color #1503CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1503CB is #EAFC34. Grayscale: #1E1E1E. Windows color (decimal): -15399989 or 13304597. OLE color: 13304597.

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

Color convert

RGB 21 3 203 -
CMYK 0.90 0.99 0 0.20
HSL 245.4º 0.97% 0.4% -
HSV(B) 245.4º 0.99% 0.8% -
XYZ 11.12 4.54 56.79 -
YUV 31.18 224.96 120.74 -
System Red Green Blue C M Y K H S L
Decimal 21 3 203 0.90 0.99 0 0.20 245.4 0.97 0.4
Hex 15 3 CB 5A 63 0 14 F5 61 28
Octal 25 3 313 132 143 0 24 365 141 50
Binary 10101 11 11001011 1011010 1100011 0 10100 11110101 1100001 101000

Color Harmonies of #1503CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1503CB

Black with #1503CB

Text Example


Text Example

White with #1503CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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