Html Css Color HEX #1403DF Medium Blue

📋 copy color: '#1403DF'

red 20 ◦ green 3 ◦ blue 223

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

Shades of Medium Blue #1403DF

Tints of Medium Blue #1403DF

RGB

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

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

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

R = 8.13%
G = 1.22%
B = 90.65%

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

#1403DF (or 0x1403DF) is known color: Medium Blue. HEX triplet: 14, 03 and DF. RGB value is (20,3,223). Sum of RGB (Red+Green+Blue) = 20+3+223=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 223 (87.5% from 255 or 90.65% from 246); Max value from RGB is 223 - color contains mainly: blue. Hex color #1403DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1403DF is #EBFC20. Grayscale: #202020. Windows color (decimal): -15465505 or 14615316. OLE color: 14615316.

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

Color convert

RGB 20 3 223 -
CMYK 0.91 0.99 0 0.13
HSL 244.64º 0.97% 0.44% -
HSV(B) 244.64º 0.99% 0.87% -
XYZ 13.64 5.54 70.16 -
YUV 33.16 235.13 118.61 -
System Red Green Blue C M Y K H S L
Decimal 20 3 223 0.91 0.99 0 0.13 244.64 0.97 0.44
Hex 14 3 DF 5B 63 0 D F5 61 2C
Octal 24 3 337 133 143 0 15 365 141 54
Binary 10100 11 11011111 1011011 1100011 0 1101 11110101 1100001 101100

Color Harmonies of #1403DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1403DF

Black with #1403DF

Text Example


Text Example

White with #1403DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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