Html Css Color HEX #1403D0 Medium Blue

📋 copy color: '#1403D0'

red 20 ◦ green 3 ◦ blue 208

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

Shades of Medium Blue #1403D0

Tints of Medium Blue #1403D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 90.04%

R = 8.66%
G = 1.3%
B = 90.04%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1403D0 (or 0x1403D0) is known color: Medium Blue. HEX triplet: 14, 03 and D0. RGB value is (20,3,208). Sum of RGB (Red+Green+Blue) = 20+3+208=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 208 (81.64% from 255 or 90.04% from 231); Max value from RGB is 208 - color contains mainly: blue. Hex color #1403D0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1403D0 is #EBFC2F. Grayscale: #1E1E1E. Windows color (decimal): -15465520 or 13632276. OLE color: 13632276.

HSL color Cylindrical-coordinate representation of color #1403D0: hue angle of 244.98º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1403D0 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 20 3 208 -
CMYK 0.90 0.99 0 0.18
HSL 244.98º 0.97% 0.41% -
HSV(B) 244.98º 0.99% 0.82% -
XYZ 11.71 4.77 59.98 -
YUV 31.45 227.63 119.83 -
System Red Green Blue C M Y K H S L
Decimal 20 3 208 0.90 0.99 0 0.18 244.98 0.97 0.41
Hex 14 3 D0 5A 63 0 12 F5 61 29
Octal 24 3 320 132 143 0 22 365 141 51
Binary 10100 11 11010000 1011010 1100011 0 10010 11110101 1100001 101001

Color Harmonies of #1403D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1403D0

Black with #1403D0

Text Example


Text Example

White with #1403D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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