#1014FF

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

Shades of Blue #1014FF

Tints of Blue #1014FF

Color information

#1014FF (or 0x1014FF) is unknown color: approx Blue. HEX triplet: 10, 14 and FF. RGB value is (16,20,255). Sum of RGB (Red+Green+Blue) = 16+20+255=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 255 (100% from 255 or 87.63% from 291); Max value from RGB is 255 - color contains mainly: blue. Hex color #1014FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1014FF is #EFEB00. Grayscale: #2C2C2C. Windows color (decimal): -15723265 or 16716816. OLE color: 16716816.

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

Color convert

RGB1620255-
CMYK0.940.9200
HSL239º100%53.14%-
HSV(B)239º93.73%100%-
XYZ18.517.8395.14-
YUV45.59246.17106.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.50%
GREEN value IS 20 (8.20% from 255) = 6.87%
BLUE value IS 255 (100% from 255) = 87.63%
R=5.50%
G=6.87%
B=87.63%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal16202550.940.920023910053.14
Hex1014FF5E5C00ef6435
Octal20243771361340035714465
Binary1000010100111111111011110101110000111011111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1014FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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