Html Css Color HEX #073ADC Persian Blue

📋 copy color: '#073ADC'

red 7 ◦ green 58 ◦ blue 220

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

Shades of Persian Blue #073ADC

Tints of Persian Blue #073ADC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.35%

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

R = 2.46%
G = 20.35%
B = 77.19%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#073ADC (or 0x073ADC) is known color: Persian Blue. HEX triplet: 07, 3A and DC. RGB value is (7,58,220). Sum of RGB (Red+Green+Blue) = 7+58+220=285 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 220 (86.33% from 255 or 77.19% from 285); Max value from RGB is 220 - color contains mainly: blue. Hex color #073ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073ADC is #F8C523. Grayscale: #3C3C3C. Windows color (decimal): -16303396 or 14432775. OLE color: 14432775.

HSL color Cylindrical-coordinate representation of color #073ADC: hue angle of 225.63º 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 #073ADC is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 58 220 -
CMYK 0.97 0.74 0 0.14
HSL 225.63º 0.94% 0.45% -
HSV(B) 225.63º 0.97% 0.86% -
XYZ 14.52 8.24 68.54 -
YUV 61.22 217.6 89.33 -
System Red Green Blue C M Y K H S L
Decimal 7 58 220 0.97 0.74 0 0.14 225.63 0.94 0.45
Hex 7 3A DC 61 4A 0 E E2 5E 2D
Octal 7 72 334 141 112 0 16 342 136 55
Binary 111 111010 11011100 1100001 1001010 0 1110 11100010 1011110 101101

Color Harmonies of #073ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073ADC

Black with #073ADC

Text Example


Text Example

White with #073ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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