#073DEF

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

Shades of Persian Blue #073DEF

Tints of Persian Blue #073DEF

Color information

#073DEF (or 0x073DEF) is unknown color: approx Persian Blue. HEX triplet: 07, 3D and EF. RGB value is (7,61,239). Sum of RGB (Red+Green+Blue) = 7+61+239=307 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.28% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 239 (93.75% from 255 or 77.85% from 307); Max value from RGB is 239 - color contains mainly: blue. Hex color #073DEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073DEF is #F8C210. Grayscale: #404040. Windows color (decimal): -16302609 or 15678727. OLE color: 15678727.

HSL color Cylindrical-coordinate representation of color #073DEF: hue angle of 226.03º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #073DEF is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB761239-
CMYK0.970.7400.06
HSL226.03º94.31%48.24%-
HSV(B)226.03º97.07%93.73%-
XYZ17.349.6182.6-
YUV65.15226.1186.53-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.28%
GREEN value IS 61 (24.22% from 255) = 19.87%
BLUE value IS 239 (93.75% from 255) = 77.85%
R=2.28%
G=19.87%
B=77.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal7612390.970.7400.06226.0394.3148.24
Hex73DEF614A06e25e30
Octal7753571411120634213660
Binary11111110111101111110000110010100110111000101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073DEF; }

 p { color: rgb(7,61,239); }

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

<style>
 a { background-color: #073DEF; }

 a { background-color: rgb(7,61,239); }

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

<style>
 span { border-color: #073DEF; }

 span { border-color: rgb(7,61,239); }

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