#072CF9

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

Shades of Blue #072CF9

Tints of Blue #072CF9

Color information

#072CF9 (or 0x072CF9) is unknown color: approx Blue. HEX triplet: 07, 2C and F9. RGB value is (7,44,249). Sum of RGB (Red+Green+Blue) = 7+44+249=300 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 249 (97.66% from 255 or 83% from 300); Max value from RGB is 249 - color contains mainly: blue. Hex color #072CF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072CF9 is #F8D306. Grayscale: #373737. Windows color (decimal): -16306951 or 16329735. OLE color: 16329735.

HSL color Cylindrical-coordinate representation of color #072CF9: hue angle of 230.83º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072CF9 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB744249-
CMYK0.970.8200.02
HSL230.83º95.28%50.2%-
HSV(B)230.83º97.19%97.65%-
XYZ18.098.6990.35-
YUV56.31236.7492.83-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.33%
GREEN value IS 44 (17.58% from 255) = 14.67%
BLUE value IS 249 (97.66% from 255) = 83%
R=2.33%
G=14.67%
B=83%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal7442490.970.8200.02230.8395.2850.2
Hex72CF9615202e75f32
Octal7543711411220234713762
Binary1111011001111100111000011010010010111001111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072CF9; }

 p { color: rgb(7,44,249); }

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

<style>
 a { background-color: #072CF9; }

 a { background-color: rgb(7,44,249); }

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

<style>
 span { border-color: #072CF9; }

 span { border-color: rgb(7,44,249); }

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