Html Css Color HEX #1503B8 Medium Blue

📋 copy color: '#1503B8'

red 21 ◦ green 3 ◦ blue 184

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

Shades of Medium Blue #1503B8

Tints of Medium Blue #1503B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 88.46%

R = 10.1%
G = 1.44%
B = 88.46%

CMYK

 C value IS 0.89

 M value IS 0.98

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#1503B8 (or 0x1503B8) is known color: Medium Blue. HEX triplet: 15, 03 and B8. RGB value is (21,3,184). Sum of RGB (Red+Green+Blue) = 21+3+184=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 184 (72.27% from 255 or 88.46% from 208); Max value from RGB is 184 - color contains mainly: blue. Hex color #1503B8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1503B8 is #EAFC47. Grayscale: #1C1C1C. Windows color (decimal): -15400008 or 12059413. OLE color: 12059413.

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

Color convert

RGB 21 3 184 -
CMYK 0.89 0.98 0 0.28
HSL 245.97º 0.97% 0.37% -
HSV(B) 245.97º 0.98% 0.72% -
XYZ 8.99 3.69 45.58 -
YUV 29.02 215.46 122.28 -
System Red Green Blue C M Y K H S L
Decimal 21 3 184 0.89 0.98 0 0.28 245.97 0.97 0.37
Hex 15 3 B8 59 62 0 1C F6 61 25
Octal 25 3 270 131 142 0 34 366 141 45
Binary 10101 11 10111000 1011001 1100010 0 11100 11110110 1100001 100101

Color Harmonies of #1503B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1503B8

Black with #1503B8

Text Example


Text Example

White with #1503B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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