#1023F1

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

Shades of Blue #1023F1

Tints of Blue #1023F1

Color information

#1023F1 (or 0x1023F1) is unknown color: approx Blue. HEX triplet: 10, 23 and F1. RGB value is (16,35,241). Sum of RGB (Red+Green+Blue) = 16+35+241=292 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.48% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 241 (94.53% from 255 or 82.53% from 292); Max value from RGB is 241 - color contains mainly: blue. Hex color #1023F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1023F1 is #EFDC0E. Grayscale: #333333. Windows color (decimal): -15719439 or 15803152. OLE color: 15803152.

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

Color convert

RGB1635241-
CMYK0.930.8500.05
HSL234.93º88.93%50.39%-
HSV(B)234.93º93.36%94.51%-
XYZ16.697.6683.82-
YUV52.8234.21101.75-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.48%
GREEN value IS 35 (14.06% from 255) = 11.99%
BLUE value IS 241 (94.53% from 255) = 82.53%
R=5.48%
G=11.99%
B=82.53%

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
Decimal16352410.930.8500.05234.9388.9350.39
Hex1023F15D5505eb5932
Octal20433611351250535313162
Binary1000010001111110001101110110101010101111010111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1023F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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