Html Css Color HEX #1503C2 Medium Blue

📋 copy color: '#1503C2'

red 21 ◦ green 3 ◦ blue 194

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

Shades of Medium Blue #1503C2

Tints of Medium Blue #1503C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 88.99%

R = 9.63%
G = 1.38%
B = 88.99%

CMYK

 C value IS 0.89

 M value IS 0.98

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1503C2 (or 0x1503C2) is known color: Medium Blue. HEX triplet: 15, 03 and C2. RGB value is (21,3,194). Sum of RGB (Red+Green+Blue) = 21+3+194=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 194 (76.17% from 255 or 88.99% from 218); Max value from RGB is 194 - color contains mainly: blue. Hex color #1503C2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1503C2 is #EAFC3D. Grayscale: #1D1D1D. Windows color (decimal): -15399998 or 12714773. OLE color: 12714773.

HSL color Cylindrical-coordinate representation of color #1503C2: hue angle of 245.65º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1503C2 is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 21 3 194 -
CMYK 0.89 0.98 0 0.24
HSL 245.65º 0.97% 0.39% -
HSV(B) 245.65º 0.98% 0.76% -
XYZ 10.08 4.12 51.3 -
YUV 30.16 220.46 121.47 -
System Red Green Blue C M Y K H S L
Decimal 21 3 194 0.89 0.98 0 0.24 245.65 0.97 0.39
Hex 15 3 C2 59 62 0 18 F6 61 27
Octal 25 3 302 131 142 0 30 366 141 47
Binary 10101 11 11000010 1011001 1100010 0 11000 11110110 1100001 100111

Color Harmonies of #1503C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1503C2

Black with #1503C2

Text Example


Text Example

White with #1503C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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