Html Css Color HEX #1401DF Medium Blue

📋 copy color: '#1401DF'

red 20 ◦ green 1 ◦ blue 223

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

Shades of Medium Blue #1401DF

Tints of Medium Blue #1401DF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 8.2%
G = 0.41%
B = 91.39%

CMYK

 C value IS 0.91

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1401DF (or 0x1401DF) is known color: Medium Blue. HEX triplet: 14, 01 and DF. RGB value is (20,1,223). Sum of RGB (Red+Green+Blue) = 20+1+223=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 223 (87.5% from 255 or 91.39% from 244); Max value from RGB is 223 - color contains mainly: blue. Hex color #1401DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1401DF is #EBFE20. Grayscale: #1F1F1F. Windows color (decimal): -15466017 or 14614804. OLE color: 14614804.

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

Color convert

RGB 20 1 223 -
CMYK 0.91 1.00 0 0.13
HSL 245.14º 0.99% 0.44% -
HSV(B) 245.14º 1% 0.87% -
XYZ 13.62 5.5 70.16 -
YUV 31.99 235.79 119.45 -
System Red Green Blue C M Y K H S L
Decimal 20 1 223 0.91 1.00 0 0.13 245.14 0.99 0.44
Hex 14 1 DF 5B 64 0 D F5 63 2C
Octal 24 1 337 133 144 0 15 365 143 54
Binary 10100 1 11011111 1011011 1100100 0 1101 11110101 1100011 101100

Color Harmonies of #1401DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1401DF

Black with #1401DF

Text Example


Text Example

White with #1401DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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