Html Css Color HEX #072ACD Persian Blue

📋 copy color: '#072ACD'

red 7 ◦ green 42 ◦ blue 205

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

Shades of Persian Blue #072ACD

Tints of Persian Blue #072ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 80.71%

R = 2.76%
G = 16.54%
B = 80.71%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#072ACD (or 0x072ACD) is known color: Persian Blue. HEX triplet: 07, 2A and CD. RGB value is (7,42,205). Sum of RGB (Red+Green+Blue) = 7+42+205=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 42 (16.80% from 255 or 16.54% from 254); Blue value is 205 (80.47% from 255 or 80.71% from 254); Max value from RGB is 205 - color contains mainly: blue. Hex color #072ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072ACD is #F8D532. Grayscale: #313131. Windows color (decimal): -16307507 or 13445639. OLE color: 13445639.

HSL color Cylindrical-coordinate representation of color #072ACD: hue angle of 229.39º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072ACD is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 42 205 -
CMYK 0.97 0.80 0 0.20
HSL 229.39º 0.93% 0.42% -
HSV(B) 229.39º 0.97% 0.8% -
XYZ 11.94 6.11 58.31 -
YUV 50.12 215.4 97.25 -
System Red Green Blue C M Y K H S L
Decimal 7 42 205 0.97 0.80 0 0.20 229.39 0.93 0.42
Hex 7 2A CD 61 50 0 14 E5 5D 2A
Octal 7 52 315 141 120 0 24 345 135 52
Binary 111 101010 11001101 1100001 1010000 0 10100 11100101 1011101 101010

Color Harmonies of #072ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072ACD

Black with #072ACD

Text Example


Text Example

White with #072ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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