#032DF0

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

Shades of Blue #032DF0

Tints of Blue #032DF0

Color information

#032DF0 (or 0x032DF0) is unknown color: approx Blue. HEX triplet: 03, 2D and F0. RGB value is (3,45,240). Sum of RGB (Red+Green+Blue) = 3+45+240=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 240 (94.14% from 255 or 83.33% from 288); Max value from RGB is 240 - color contains mainly: blue. Hex color #032DF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #032DF0 is #FCD20F. Grayscale: #353535. Windows color (decimal): -16568848 or 15740163. OLE color: 15740163.

HSL color Cylindrical-coordinate representation of color #032DF0: hue angle of 229.37º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032DF0 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB345240-
CMYK0.990.8100.06
HSL229.37º97.53%47.65%-
HSV(B)229.37º98.75%94.12%-
XYZ16.78.1983.14-
YUV54.67232.5991.14-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.04%
GREEN value IS 45 (17.97% from 255) = 15.62%
BLUE value IS 240 (94.14% from 255) = 83.33%
R=1.04%
G=15.62%
B=83.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal3452400.990.8100.06229.3797.5347.65
Hex32DF0635106e56230
Octal3553601431210634514260
Binary1110110111110000110001110100010110111001011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032DF0; }

 p { color: rgb(3,45,240); }

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

<style>
 a { background-color: #032DF0; }

 a { background-color: rgb(3,45,240); }

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

<style>
 span { border-color: #032DF0; }

 span { border-color: rgb(3,45,240); }

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