#072EE4

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

Shades of Persian Blue #072EE4

Tints of Persian Blue #072EE4

Color information

#072EE4 (or 0x072EE4) is unknown color: approx Persian Blue. HEX triplet: 07, 2E and E4. RGB value is (7,46,228). Sum of RGB (Red+Green+Blue) = 7+46+228=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 228 (89.45% from 255 or 81.14% from 281); Max value from RGB is 228 - color contains mainly: blue. Hex color #072EE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072EE4 is #F8D11B. Grayscale: #363636. Windows color (decimal): -16306460 or 14953991. OLE color: 14953991.

HSL color Cylindrical-coordinate representation of color #072EE4: hue angle of 229.41º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072EE4 is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB746228-
CMYK0.970.8000.11
HSL229.41º94.04%46.08%-
HSV(B)229.41º96.93%89.41%-
XYZ15.077.674.07-
YUV55.09225.5893.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.49%
GREEN value IS 46 (18.36% from 255) = 16.37%
BLUE value IS 228 (89.45% from 255) = 81.14%
R=2.49%
G=16.37%
B=81.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal7462280.970.8000.11229.4194.0446.08
Hex72EE461500Be55e2e
Octal75634414112001334513656
Binary111101110111001001100001101000001011111001011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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