#072fd7

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

Shades of Persian Blue #072FD7

Tints of Persian Blue #072FD7

Color information

#072FD7 (or 0x072FD7) is unknown color: approx Persian Blue. HEX triplet: 07, 2F and D7. RGB value is (7,47,215). Sum of RGB (Red+Green+Blue) = 7+47+215=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 215 (84.38% from 255 or 79.93% from 269); Max value from RGB is 215 - color contains mainly: blue. Hex color #072FD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072FD7 is #F8D028. Grayscale: #353535. Windows color (decimal): -16306217 or 14102279. OLE color: 14102279.

HSL color Cylindrical-coordinate representation of color #072FD7: hue angle of 228.46º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072FD7 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB747215-
CMYK0.970.7800.16
HSL228.46º93.69%43.53%-
HSV(B)228.46º96.74%84.31%-
XYZ13.376.9864.93-
YUV54.19218.7594.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.60%
GREEN value IS 47 (18.75% from 255) = 17.47%
BLUE value IS 215 (84.38% from 255) = 79.93%
R=2.60%
G=17.47%
B=79.93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal7472150.970.7800.16228.4693.6943.53
Hex72FD7614E010e45e2c
Octal75732714111602034413654
Binary1111011111101011111000011001110010000111001001011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072fd7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,47,215); }

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

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

 a { background-color: rgb(7,47,215); }

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

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

 span { border-color: rgb(7,47,215); }

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