Html Css Color HEX #073EDD Persian Blue

📋 copy color: '#073EDD'

red 7 ◦ green 62 ◦ blue 221

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

Shades of Persian Blue #073EDD

Tints of Persian Blue #073EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 76.21%

R = 2.41%
G = 21.38%
B = 76.21%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#073EDD (or 0x073EDD) is known color: Persian Blue. HEX triplet: 07, 3E and DD. RGB value is (7,62,221). Sum of RGB (Red+Green+Blue) = 7+62+221=290 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 221 (86.72% from 255 or 76.21% from 290); Max value from RGB is 221 - color contains mainly: blue. Hex color #073EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073EDD is #F8C122. Grayscale: #3E3E3E. Windows color (decimal): -16302371 or 14499335. OLE color: 14499335.

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

Color convert

RGB 7 62 221 -
CMYK 0.97 0.72 0 0.13
HSL 224.58º 0.94% 0.45% -
HSV(B) 224.58º 0.97% 0.87% -
XYZ 14.86 8.71 69.3 -
YUV 63.68 216.78 87.57 -
System Red Green Blue C M Y K H S L
Decimal 7 62 221 0.97 0.72 0 0.13 224.58 0.94 0.45
Hex 7 3E DD 61 48 0 D E1 5E 2D
Octal 7 76 335 141 110 0 15 341 136 55
Binary 111 111110 11011101 1100001 1001000 0 1101 11100001 1011110 101101

Color Harmonies of #073EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073EDD

Black with #073EDD

Text Example


Text Example

White with #073EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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