#1420FF

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

Shades of Blue #1420FF

Tints of Blue #1420FF

Color information

#1420FF (or 0x1420FF) is unknown color: approx Blue. HEX triplet: 14, 20 and FF. RGB value is (20,32,255). Sum of RGB (Red+Green+Blue) = 20+32+255=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 255 (100% from 255 or 83.06% from 307); Max value from RGB is 255 - color contains mainly: blue. Hex color #1420FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1420FF is #EBDF00. Grayscale: #343434. Windows color (decimal): -15458049 or 16719892. OLE color: 16719892.

HSL color Cylindrical-coordinate representation of color #1420FF: hue angle of 236.94º 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 #1420FF is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB2032255-
CMYK0.920.8700
HSL236.94º100%53.92%-
HSV(B)236.94º92.16%100%-
XYZ18.868.495.24-
YUV53.83241.52103.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.51%
GREEN value IS 32 (12.89% from 255) = 10.42%
BLUE value IS 255 (100% from 255) = 83.06%
R=6.51%
G=10.42%
B=83.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal20322550.920.8700236.9410053.92
Hex1420FF5C5700ed6436
Octal24403771341270035514466
Binary10100100000111111111011100101011100111011011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1420FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1420FF; }

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

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

<style>
 a { background-color: #1420FF; }

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

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

<style>
 span { border-color: #1420FF; }

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

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