#0305F6

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

Shades of Blue #0305F6

Tints of Blue #0305F6

Color information

#0305F6 (or 0x0305F6) is unknown color: approx Blue. HEX triplet: 03, 05 and F6. RGB value is (3,5,246). Sum of RGB (Red+Green+Blue) = 3+5+246=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 246 (96.48% from 255 or 96.85% from 254); Max value from RGB is 246 - color contains mainly: blue. Hex color #0305F6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0305F6 is #FCFA09. Grayscale: #1E1E1E. Windows color (decimal): -16579082 or 16123139. OLE color: 16123139.

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

Color convert

RGB35246-
CMYK0.990.9800.04
HSL239.51º97.59%48.82%-
HSV(B)239.51º98.78%96.47%-
XYZ16.736.7887.62-
YUV31.88248.84107.4-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.18%
GREEN value IS 5 (2.34% from 255) = 1.97%
BLUE value IS 246 (96.48% from 255) = 96.85%
R=1.18%
G=1.97%
B=96.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal352460.990.9800.04239.5197.5948.82
Hex35F6636204f06231
Octal353661431420436014261
Binary1110111110110110001111000100100111100001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0305F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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