Html Css Color HEX #1403DD Medium Blue

📋 copy color: '#1403DD'

red 20 ◦ green 3 ◦ blue 221

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

Shades of Medium Blue #1403DD

Tints of Medium Blue #1403DD

RGB

 RED value IS 20 (8.2% from 255) = 8.2%

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

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

R = 8.2%
G = 1.23%
B = 90.57%

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

#1403DD (or 0x1403DD) is known color: Medium Blue. HEX triplet: 14, 03 and DD. RGB value is (20,3,221). Sum of RGB (Red+Green+Blue) = 20+3+221=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 221 (86.72% from 255 or 90.57% from 244); Max value from RGB is 221 - color contains mainly: blue. Hex color #1403DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1403DD is #EBFC22. Grayscale: #202020. Windows color (decimal): -15465507 or 14484244. OLE color: 14484244.

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

Color convert

RGB 20 3 221 -
CMYK 0.91 0.99 0 0.13
HSL 244.68º 0.97% 0.44% -
HSV(B) 244.68º 0.99% 0.87% -
XYZ 13.37 5.43 68.75 -
YUV 32.94 234.13 118.77 -
System Red Green Blue C M Y K H S L
Decimal 20 3 221 0.91 0.99 0 0.13 244.68 0.97 0.44
Hex 14 3 DD 5B 63 0 D F5 61 2C
Octal 24 3 335 133 143 0 15 365 141 54
Binary 10100 11 11011101 1011011 1100011 0 1101 11110101 1100001 101100

Color Harmonies of #1403DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1403DD

Black with #1403DD

Text Example


Text Example

White with #1403DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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