#072BFE

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

Shades of Blue #072BFE

Tints of Blue #072BFE

Color information

#072BFE (or 0x072BFE) is unknown color: approx Blue. HEX triplet: 07, 2B and FE. RGB value is (7,43,254). Sum of RGB (Red+Green+Blue) = 7+43+254=304 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 254 (99.61% from 255 or 83.55% from 304); Max value from RGB is 254 - color contains mainly: blue. Hex color #072BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072BFE is #F8D401. Grayscale: #373737. Windows color (decimal): -16307202 or 16657159. OLE color: 16657159.

HSL color Cylindrical-coordinate representation of color #072BFE: hue angle of 231.26º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072BFE is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB743254-
CMYK0.970.8300.00
HSL231.26º99.2%51.18%-
HSV(B)231.26º97.24%99.61%-
XYZ18.848.9394.5-
YUV56.29239.5792.84-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.30%
GREEN value IS 43 (17.19% from 255) = 14.14%
BLUE value IS 254 (99.61% from 255) = 83.55%
R=2.30%
G=14.14%
B=83.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal7432540.970.8300.00231.2699.251.18
Hex72BFE615300e76333
Octal7533761411230034714363
Binary111101011111111101100001101001100111001111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,43,254); }

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

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

 a { background-color: rgb(7,43,254); }

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

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

 span { border-color: rgb(7,43,254); }

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