Html Css Color HEX #072DDC Persian Blue

📋 copy color: '#072DDC'

red 7 ◦ green 45 ◦ blue 220

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

Shades of Persian Blue #072DDC

Tints of Persian Blue #072DDC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.54%

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

R = 2.57%
G = 16.54%
B = 80.88%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#072DDC (or 0x072DDC) is known color: Persian Blue. HEX triplet: 07, 2D and DC. RGB value is (7,45,220). Sum of RGB (Red+Green+Blue) = 7+45+220=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 220 (86.33% from 255 or 80.88% from 272); Max value from RGB is 220 - color contains mainly: blue. Hex color #072DDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072DDC is #F8D223. Grayscale: #343434. Windows color (decimal): -16306724 or 14429447. OLE color: 14429447.

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

Color convert

RGB 7 45 220 -
CMYK 0.97 0.80 0 0.14
HSL 229.3º 0.94% 0.45% -
HSV(B) 229.3º 0.97% 0.86% -
XYZ 13.94 7.09 68.34 -
YUV 53.59 221.91 94.77 -
System Red Green Blue C M Y K H S L
Decimal 7 45 220 0.97 0.80 0 0.14 229.3 0.94 0.45
Hex 7 2D DC 61 50 0 E E5 5E 2D
Octal 7 55 334 141 120 0 16 345 136 55
Binary 111 101101 11011100 1100001 1010000 0 1110 11100101 1011110 101101

Color Harmonies of #072DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072DDC

Black with #072DDC

Text Example


Text Example

White with #072DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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