Html Css Color HEX #072ADC Persian Blue

📋 copy color: '#072ADC'

red 7 ◦ green 42 ◦ blue 220

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

Shades of Persian Blue #072ADC

Tints of Persian Blue #072ADC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.61%

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

R = 2.6%
G = 15.61%
B = 81.78%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#072ADC (or 0x072ADC) is known color: Persian Blue. HEX triplet: 07, 2A and DC. RGB value is (7,42,220). Sum of RGB (Red+Green+Blue) = 7+42+220=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 220 (86.33% from 255 or 81.78% from 269); Max value from RGB is 220 - color contains mainly: blue. Hex color #072ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072ADC is #F8D523. Grayscale: #333333. Windows color (decimal): -16307492 or 14428679. OLE color: 14428679.

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

Color convert

RGB 7 42 220 -
CMYK 0.97 0.81 0 0.14
HSL 230.14º 0.94% 0.45% -
HSV(B) 230.14º 0.97% 0.86% -
XYZ 13.83 6.87 68.31 -
YUV 51.83 222.9 96.03 -
System Red Green Blue C M Y K H S L
Decimal 7 42 220 0.97 0.81 0 0.14 230.14 0.94 0.45
Hex 7 2A DC 61 51 0 E E6 5E 2D
Octal 7 52 334 141 121 0 16 346 136 55
Binary 111 101010 11011100 1100001 1010001 0 1110 11100110 1011110 101101

Color Harmonies of #072ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072ADC

Black with #072ADC

Text Example


Text Example

White with #072ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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