Html Css Color HEX #072EDC Persian Blue

📋 copy color: '#072EDC'

red 7 ◦ green 46 ◦ blue 220

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

Shades of Persian Blue #072EDC

Tints of Persian Blue #072EDC

RGB

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

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

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

R = 2.56%
G = 16.85%
B = 80.59%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#072EDC (or 0x072EDC) is known color: Persian Blue. HEX triplet: 07, 2E and DC. RGB value is (7,46,220). Sum of RGB (Red+Green+Blue) = 7+46+220=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 220 (86.33% from 255 or 80.59% from 273); Max value from RGB is 220 - color contains mainly: blue. Hex color #072EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072EDC is #F8D123. Grayscale: #353535. Windows color (decimal): -16306468 or 14429703. OLE color: 14429703.

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

Color convert

RGB 7 46 220 -
CMYK 0.97 0.79 0 0.14
HSL 229.01º 0.94% 0.45% -
HSV(B) 229.01º 0.97% 0.86% -
XYZ 13.98 7.17 68.36 -
YUV 54.18 221.58 94.35 -
System Red Green Blue C M Y K H S L
Decimal 7 46 220 0.97 0.79 0 0.14 229.01 0.94 0.45
Hex 7 2E DC 61 4F 0 E E5 5E 2D
Octal 7 56 334 141 117 0 16 345 136 55
Binary 111 101110 11011100 1100001 1001111 0 1110 11100101 1011110 101101

Color Harmonies of #072EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072EDC

Black with #072EDC

Text Example


Text Example

White with #072EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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