Html Css Color HEX #1503DF Medium Blue

📋 copy color: '#1503DF'

red 21 ◦ green 3 ◦ blue 223

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

Shades of Medium Blue #1503DF

Tints of Medium Blue #1503DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 90.28%

R = 8.5%
G = 1.21%
B = 90.28%

CMYK

 C value IS 0.91

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1503DF (or 0x1503DF) is known color: Medium Blue. HEX triplet: 15, 03 and DF. RGB value is (21,3,223). Sum of RGB (Red+Green+Blue) = 21+3+223=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 223 (87.5% from 255 or 90.28% from 247); Max value from RGB is 223 - color contains mainly: blue. Hex color #1503DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1503DF is #EAFC20. Grayscale: #202020. Windows color (decimal): -15399969 or 14615317. OLE color: 14615317.

HSL color Cylindrical-coordinate representation of color #1503DF: hue angle of 244.91º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1503DF is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 3 223 -
CMYK 0.91 0.99 0 0.13
HSL 244.91º 0.97% 0.44% -
HSV(B) 244.91º 0.99% 0.87% -
XYZ 13.66 5.55 70.16 -
YUV 33.46 234.96 119.11 -
System Red Green Blue C M Y K H S L
Decimal 21 3 223 0.91 0.99 0 0.13 244.91 0.97 0.44
Hex 15 3 DF 5B 63 0 D F5 61 2C
Octal 25 3 337 133 143 0 15 365 141 54
Binary 10101 11 11011111 1011011 1100011 0 1101 11110101 1100001 101100

Color Harmonies of #1503DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1503DF

Black with #1503DF

Text Example


Text Example

White with #1503DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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