Html Css Color HEX #073EDB Persian Blue

📋 copy color: '#073EDB'

red 7 ◦ green 62 ◦ blue 219

#073EDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #073EDB

Tints of Persian Blue #073EDB

RGB

 RED value IS 7 (3.13% from 255) = 2.43%

 GREEN value IS 62 (24.61% from 255) = 21.53%

 BLUE value IS 219 (85.94% from 255) = 76.04%

R = 2.43%
G = 21.53%
B = 76.04%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#073EDB (or 0x073EDB) is known color: Persian Blue. HEX triplet: 07, 3E and DB. RGB value is (7,62,219). Sum of RGB (Red+Green+Blue) = 7+62+219=288 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.43% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 219 (85.94% from 255 or 76.04% from 288); Max value from RGB is 219 - color contains mainly: blue. Hex color #073EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073EDB is #F8C124. Grayscale: #3E3E3E. Windows color (decimal): -16302373 or 14368263. OLE color: 14368263.

HSL color Cylindrical-coordinate representation of color #073EDB: hue angle of 224.43º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #073EDB is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 62 219 -
CMYK 0.97 0.72 0 0.14
HSL 224.43º 0.94% 0.44% -
HSV(B) 224.43º 0.97% 0.86% -
XYZ 14.6 8.6 67.91 -
YUV 63.45 215.78 87.73 -
System Red Green Blue C M Y K H S L
Decimal 7 62 219 0.97 0.72 0 0.14 224.43 0.94 0.44
Hex 7 3E DB 61 48 0 E E0 5E 2C
Octal 7 76 333 141 110 0 16 340 136 54
Binary 111 111110 11011011 1100001 1001000 0 1110 11100000 1011110 101100

Color Harmonies of #073EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073EDB

Black with #073EDB

Text Example


Text Example

White with #073EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,62,219); }

 H1.HeaderClassName
 {
   color: #073EDB;
 }
 .AnyTagClassName
 {
   color: #073EDB;
 }
</style>

background-color css

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

 a { background-color: rgb(7,62,219); }

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

border-color css

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

 span { border-color: rgb(7,62,219); }

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