#1025FD

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

Shades of Blue #1025FD

Tints of Blue #1025FD

Color information

#1025FD (or 0x1025FD) is unknown color: approx Blue. HEX triplet: 10, 25 and FD. RGB value is (16,37,253). Sum of RGB (Red+Green+Blue) = 16+37+253=306 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.23% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 253 (99.22% from 255 or 82.68% from 306); Max value from RGB is 253 - color contains mainly: blue. Hex color #1025FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1025FD is #EFDA02. Grayscale: #363636. Windows color (decimal): -15718915 or 16590096. OLE color: 16590096.

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

Color convert

RGB1637253-
CMYK0.940.8500.01
HSL234.68º98.34%52.75%-
HSV(B)234.68º93.68%99.22%-
XYZ18.68.5393.59-
YUV55.34239.5499.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.23%
GREEN value IS 37 (14.84% from 255) = 12.09%
BLUE value IS 253 (99.22% from 255) = 82.68%
R=5.23%
G=12.09%
B=82.68%

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
Decimal16372530.940.8500.01234.6898.3452.75
Hex1025FD5E5501eb6235
Octal20453751361250135314265
Binary10000100101111111011011110101010101111010111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1025FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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