#1024FD

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

Shades of Blue #1024FD

Tints of Blue #1024FD

Color information

#1024FD (or 0x1024FD) is unknown color: approx Blue. HEX triplet: 10, 24 and FD. RGB value is (16,36,253). Sum of RGB (Red+Green+Blue) = 16+36+253=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 253 (99.22% from 255 or 82.95% from 305); Max value from RGB is 253 - color contains mainly: blue. Hex color #1024FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1024FD is #EFDB02. Grayscale: #353535. Windows color (decimal): -15719171 or 16589840. OLE color: 16589840.

HSL color Cylindrical-coordinate representation of color #1024FD: hue angle of 234.94º 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 #1024FD is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB1636253-
CMYK0.940.8600.01
HSL234.94º98.34%52.75%-
HSV(B)234.94º93.68%99.22%-
XYZ18.578.4693.58-
YUV54.76239.87100.36-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.25%
GREEN value IS 36 (14.45% from 255) = 11.80%
BLUE value IS 253 (99.22% from 255) = 82.95%
R=5.25%
G=11.80%
B=82.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal16362530.940.8600.01234.9498.3452.75
Hex1024FD5E5601eb6235
Octal20443751361260135314265
Binary10000100100111111011011110101011001111010111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1024FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,36,253); }

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

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

 a { background-color: rgb(16,36,253); }

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

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

 span { border-color: rgb(16,36,253); }

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