Html Css Color HEX #1503DD Medium Blue

📋 copy color: '#1503DD'

red 21 ◦ green 3 ◦ blue 221

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

Shades of Medium Blue #1503DD

Tints of Medium Blue #1503DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 90.2%

R = 8.57%
G = 1.22%
B = 90.2%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1503DD (or 0x1503DD) is known color: Medium Blue. HEX triplet: 15, 03 and DD. RGB value is (21,3,221). Sum of RGB (Red+Green+Blue) = 21+3+221=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 221 (86.72% from 255 or 90.20% from 245); Max value from RGB is 221 - color contains mainly: blue. Hex color #1503DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1503DD is #EAFC22. Grayscale: #202020. Windows color (decimal): -15399971 or 14484245. OLE color: 14484245.

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

Color convert

RGB 21 3 221 -
CMYK 0.90 0.99 0 0.13
HSL 244.95º 0.97% 0.44% -
HSV(B) 244.95º 0.99% 0.87% -
XYZ 13.39 5.45 68.75 -
YUV 33.23 233.96 119.27 -
System Red Green Blue C M Y K H S L
Decimal 21 3 221 0.90 0.99 0 0.13 244.95 0.97 0.44
Hex 15 3 DD 5A 63 0 D F5 61 2C
Octal 25 3 335 132 143 0 15 365 141 54
Binary 10101 11 11011101 1011010 1100011 0 1101 11110101 1100001 101100

Color Harmonies of #1503DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1503DD

Black with #1503DD

Text Example


Text Example

White with #1503DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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