Html Css Color HEX #073EDC Persian Blue

📋 copy color: '#073EDC'

red 7 ◦ green 62 ◦ blue 220

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

Shades of Persian Blue #073EDC

Tints of Persian Blue #073EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 76.12%

R = 2.42%
G = 21.45%
B = 76.12%

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

#073EDC (or 0x073EDC) is known color: Persian Blue. HEX triplet: 07, 3E and DC. RGB value is (7,62,220). Sum of RGB (Red+Green+Blue) = 7+62+220=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 220 (86.33% from 255 or 76.12% from 289); Max value from RGB is 220 - color contains mainly: blue. Hex color #073EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073EDC is #F8C123. Grayscale: #3E3E3E. Windows color (decimal): -16302372 or 14433799. OLE color: 14433799.

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

Color convert

RGB 7 62 220 -
CMYK 0.97 0.72 0 0.14
HSL 224.51º 0.94% 0.45% -
HSV(B) 224.51º 0.97% 0.86% -
XYZ 14.73 8.66 68.6 -
YUV 63.57 216.28 87.65 -
System Red Green Blue C M Y K H S L
Decimal 7 62 220 0.97 0.72 0 0.14 224.51 0.94 0.45
Hex 7 3E DC 61 48 0 E E1 5E 2D
Octal 7 76 334 141 110 0 16 341 136 55
Binary 111 111110 11011100 1100001 1001000 0 1110 11100001 1011110 101101

Color Harmonies of #073EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073EDC

Black with #073EDC

Text Example


Text Example

White with #073EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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