Html Css Color HEX #072ECD Persian Blue

📋 copy color: '#072ECD'

red 7 ◦ green 46 ◦ blue 205

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

Shades of Persian Blue #072ECD

Tints of Persian Blue #072ECD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.83%

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

R = 2.71%
G = 17.83%
B = 79.46%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#072ECD (or 0x072ECD) is known color: Persian Blue. HEX triplet: 07, 2E and CD. RGB value is (7,46,205). Sum of RGB (Red+Green+Blue) = 7+46+205=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 205 (80.47% from 255 or 79.46% from 258); Max value from RGB is 205 - color contains mainly: blue. Hex color #072ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072ECD is #F8D132. Grayscale: #333333. Windows color (decimal): -16306483 or 13446663. OLE color: 13446663.

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

Color convert

RGB 7 46 205 -
CMYK 0.97 0.78 0 0.20
HSL 228.18º 0.93% 0.42% -
HSV(B) 228.18º 0.97% 0.8% -
XYZ 12.08 6.41 58.36 -
YUV 52.47 214.08 95.57 -
System Red Green Blue C M Y K H S L
Decimal 7 46 205 0.97 0.78 0 0.20 228.18 0.93 0.42
Hex 7 2E CD 61 4E 0 14 E4 5D 2A
Octal 7 56 315 141 116 0 24 344 135 52
Binary 111 101110 11001101 1100001 1001110 0 10100 11100100 1011101 101010

Color Harmonies of #072ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072ECD

Black with #072ECD

Text Example


Text Example

White with #072ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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