#1025F1

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

Shades of Blue #1025F1

Tints of Blue #1025F1

Color information

#1025F1 (or 0x1025F1) is unknown color: approx Blue. HEX triplet: 10, 25 and F1. RGB value is (16,37,241). Sum of RGB (Red+Green+Blue) = 16+37+241=294 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.44% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 241 (94.53% from 255 or 81.97% from 294); Max value from RGB is 241 - color contains mainly: blue. Hex color #1025F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1025F1 is #EFDA0E. Grayscale: #353535. Windows color (decimal): -15718927 or 15803664. OLE color: 15803664.

HSL color Cylindrical-coordinate representation of color #1025F1: hue angle of 234.4º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1025F1 is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1637241-
CMYK0.930.8500.05
HSL234.4º88.93%50.39%-
HSV(B)234.4º93.36%94.51%-
XYZ16.757.7883.84-
YUV53.98233.54100.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.44%
GREEN value IS 37 (14.84% from 255) = 12.59%
BLUE value IS 241 (94.53% from 255) = 81.97%
R=5.44%
G=12.59%
B=81.97%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal16372410.930.8500.05234.488.9350.39
Hex1025F15D5505ea5932
Octal20453611351250535213162
Binary1000010010111110001101110110101010101111010101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1025F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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