#0510F6

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

Shades of Blue #0510F6

Tints of Blue #0510F6

Color information

#0510F6 (or 0x0510F6) is unknown color: approx Blue. HEX triplet: 05, 10 and F6. RGB value is (5,16,246). Sum of RGB (Red+Green+Blue) = 5+16+246=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 246 (96.48% from 255 or 92.13% from 267); Max value from RGB is 246 - color contains mainly: blue. Hex color #0510F6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0510F6 is #FAEF09. Grayscale: #262626. Windows color (decimal): -16445194 or 16125957. OLE color: 16125957.

HSL color Cylindrical-coordinate representation of color #0510F6: hue angle of 237.26º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0510F6 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB516246-
CMYK0.980.9300.04
HSL237.26º96.02%49.22%-
HSV(B)237.26º97.97%96.47%-
XYZ16.887.0687.66-
YUV38.93244.86103.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.87%
GREEN value IS 16 (6.64% from 255) = 5.99%
BLUE value IS 246 (96.48% from 255) = 92.13%
R=1.87%
G=5.99%
B=92.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal5162460.980.9300.04237.2696.0249.22
Hex510F6625D04ed6031
Octal5203661421350435514061
Binary1011000011110110110001010111010100111011011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0510F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0510F6; }

 p { color: rgb(5,16,246); }

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

<style>
 a { background-color: #0510F6; }

 a { background-color: rgb(5,16,246); }

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

<style>
 span { border-color: #0510F6; }

 span { border-color: rgb(5,16,246); }

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