#072EFE

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

Shades of Blue #072EFE

Tints of Blue #072EFE

Color information

#072EFE (or 0x072EFE) is unknown color: approx Blue. HEX triplet: 07, 2E and FE. RGB value is (7,46,254). Sum of RGB (Red+Green+Blue) = 7+46+254=307 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.28% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 254 (99.61% from 255 or 82.74% from 307); Max value from RGB is 254 - color contains mainly: blue. Hex color #072EFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072EFE is #F8D101. Grayscale: #393939. Windows color (decimal): -16306434 or 16657927. OLE color: 16657927.

HSL color Cylindrical-coordinate representation of color #072EFE: hue angle of 230.53º 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 #072EFE is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB746254-
CMYK0.970.8200.00
HSL230.53º99.2%51.18%-
HSV(B)230.53º97.24%99.61%-
XYZ18.959.1594.53-
YUV58.05238.5891.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.28%
GREEN value IS 46 (18.36% from 255) = 14.98%
BLUE value IS 254 (99.61% from 255) = 82.74%
R=2.28%
G=14.98%
B=82.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal7462540.970.8200.00230.5399.251.18
Hex72EFE615200e76333
Octal7563761411220034714363
Binary111101110111111101100001101001000111001111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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