#0732FC

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

Shades of Blue #0732FC

Tints of Blue #0732FC

Color information

#0732FC (or 0x0732FC) is unknown color: approx Blue. HEX triplet: 07, 32 and FC. RGB value is (7,50,252). Sum of RGB (Red+Green+Blue) = 7+50+252=309 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 252 (98.83% from 255 or 81.55% from 309); Max value from RGB is 252 - color contains mainly: blue. Hex color #0732FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0732FC is #F8CD03. Grayscale: #3B3B3B. Windows color (decimal): -16305412 or 16527879. OLE color: 16527879.

HSL color Cylindrical-coordinate representation of color #0732FC: hue angle of 229.47º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0732FC is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB750252-
CMYK0.970.8000.01
HSL229.47º97.61%50.78%-
HSV(B)229.47º97.22%98.82%-
XYZ18.89.3592.91-
YUV60.17236.2590.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.27%
GREEN value IS 50 (19.92% from 255) = 16.18%
BLUE value IS 252 (98.83% from 255) = 81.55%
R=2.27%
G=16.18%
B=81.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal7502520.970.8000.01229.4797.6150.78
Hex732FC615001e56233
Octal7623741411200134514263
Binary111110010111111001100001101000001111001011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0732FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0732FC; }

 p { color: rgb(7,50,252); }

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

<style>
 a { background-color: #0732FC; }

 a { background-color: rgb(7,50,252); }

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

<style>
 span { border-color: #0732FC; }

 span { border-color: rgb(7,50,252); }

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