#1026FC

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

Shades of Blue #1026FC

Tints of Blue #1026FC

Color information

#1026FC (or 0x1026FC) is unknown color: approx Blue. HEX triplet: 10, 26 and FC. RGB value is (16,38,252). Sum of RGB (Red+Green+Blue) = 16+38+252=306 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.23% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 252 (98.83% from 255 or 82.35% from 306); Max value from RGB is 252 - color contains mainly: blue. Hex color #1026FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1026FC is #EFD903. Grayscale: #363636. Windows color (decimal): -15718660 or 16524816. OLE color: 16524816.

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

Color convert

RGB1638252-
CMYK0.940.8500.01
HSL234.41º97.52%52.55%-
HSV(B)234.41º93.65%98.82%-
XYZ18.488.5292.77-
YUV55.82238.7199.6-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.23%
GREEN value IS 38 (15.23% from 255) = 12.42%
BLUE value IS 252 (98.83% from 255) = 82.35%
R=5.23%
G=12.42%
B=82.35%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal16382520.940.8500.01234.4197.5252.55
Hex1026FC5E5501ea6235
Octal20463741361250135214265
Binary10000100110111111001011110101010101111010101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1026FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1026FC; }

 p { color: rgb(16,38,252); }

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

<style>
 a { background-color: #1026FC; }

 a { background-color: rgb(16,38,252); }

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

<style>
 span { border-color: #1026FC; }

 span { border-color: rgb(16,38,252); }

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