#141DFF

Color #141DFF Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #141DFF

Tints of Blue #141DFF

Color information

#141DFF (or 0x141DFF) is unknown color: approx Blue. HEX triplet: 14, 1D and FF. RGB value is (20,29,255). Sum of RGB (Red+Green+Blue) = 20+29+255=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 255 (100% from 255 or 83.88% from 304); Max value from RGB is 255 - color contains mainly: blue. Hex color #141DFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141DFF is #EBE200. Grayscale: #333333. Windows color (decimal): -15458817 or 16719124. OLE color: 16719124.

HSL color Cylindrical-coordinate representation of color #141DFF: hue angle of 237.7º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #141DFF is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB2029255-
CMYK0.920.8900
HSL237.7º100%53.92%-
HSV(B)237.7º92.16%100%-
XYZ18.788.2595.21-
YUV52.07242.52105.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.58%
GREEN value IS 29 (11.72% from 255) = 9.54%
BLUE value IS 255 (100% from 255) = 83.88%
R=6.58%
G=9.54%
B=83.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal20292550.920.8900237.710053.92
Hex141DFF5C5900ee6436
Octal24353771341310035614466
Binary1010011101111111111011100101100100111011101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141DFF; }

 p { color: rgb(20,29,255); }

 H1.HeaderClassName
 {
   color: #141DFF;
 }
 .AnyTagClassName
 {
   color: #141DFF;
 }
</style>
background-color css

<style>
 a { background-color: #141DFF; }

 a { background-color: rgb(20,29,255); }

 div.DivClassName
 {
   background-color: #141DFF;
 }
 .BgClassName
 {
   background-color: #141DFF;
 }
</style>
border-color css

<style>
 span { border-color: #141DFF; }

 span { border-color: rgb(20,29,255); }

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