#1024F1

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

Shades of Blue #1024F1

Tints of Blue #1024F1

Color information

#1024F1 (or 0x1024F1) is unknown color: approx Blue. HEX triplet: 10, 24 and F1. RGB value is (16,36,241). Sum of RGB (Red+Green+Blue) = 16+36+241=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 241 (94.53% from 255 or 82.25% from 293); Max value from RGB is 241 - color contains mainly: blue. Hex color #1024F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1024F1 is #EFDB0E. Grayscale: #343434. Windows color (decimal): -15719183 or 15803408. OLE color: 15803408.

HSL color Cylindrical-coordinate representation of color #1024F1: hue angle of 234.67º 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 #1024F1 is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1636241-
CMYK0.930.8500.05
HSL234.67º88.93%50.39%-
HSV(B)234.67º93.36%94.51%-
XYZ16.727.7283.83-
YUV53.39233.87101.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.46%
GREEN value IS 36 (14.45% from 255) = 12.29%
BLUE value IS 241 (94.53% from 255) = 82.25%
R=5.46%
G=12.29%
B=82.25%

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
Decimal16362410.930.8500.05234.6788.9350.39
Hex1024F15D5505eb5932
Octal20443611351250535313162
Binary1000010010011110001101110110101010101111010111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1024F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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