Html Css Color HEX #1411FD Blue

📋 copy color: '#1411FD'

red 20 ◦ green 17 ◦ blue 253

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

Shades of Blue #1411FD

Tints of Blue #1411FD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.86%

 BLUE value IS 253 (99.22% from 255) = 87.24%

R = 6.9%
G = 5.86%
B = 87.24%

CMYK

 C value IS 0.92

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1411FD (or 0x1411FD) is known color: Blue. HEX triplet: 14, 11 and FD. RGB value is (20,17,253). Sum of RGB (Red+Green+Blue) = 20+17+253=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 253 (99.22% from 255 or 87.24% from 290); Max value from RGB is 253 - color contains mainly: blue. Hex color #1411FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1411FD is #EBEE02. Grayscale: #2B2B2B. Windows color (decimal): -15461891 or 16584980. OLE color: 16584980.

HSL color Cylindrical-coordinate representation of color #1411FD: hue angle of 240.76º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1411FD is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 20 17 253 -
CMYK 0.92 0.93 0 0.01
HSL 240.76º 0.98% 0.53% -
HSV(B) 240.76º 0.93% 0.99% -
XYZ 18.22 7.64 93.44 -
YUV 44.8 245.49 110.31 -
System Red Green Blue C M Y K H S L
Decimal 20 17 253 0.92 0.93 0 0.01 240.76 0.98 0.53
Hex 14 11 FD 5C 5D 0 1 F1 62 35
Octal 24 21 375 134 135 0 1 361 142 65
Binary 10100 10001 11111101 1011100 1011101 0 1 11110001 1100010 110101

Color Harmonies of #1411FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1411FD

Black with #1411FD

Text Example


Text Example

White with #1411FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1411FD; }

 p { color: rgb(20,17,253); }

 H1.HeaderClassName
 {
   color: #1411FD;
 }
 .AnyTagClassName
 {
   color: #1411FD;
 }
</style>

background-color css

<style>
 a { background-color: #1411FD; }

 a { background-color: rgb(20,17,253); }

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

border-color css

<style>
 span { border-color: #1411FD; }

 span { border-color: rgb(20,17,253); }

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