Html Css Color HEX #072CDC Persian Blue

📋 copy color: '#072CDC'

red 7 ◦ green 44 ◦ blue 220

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

Shades of Persian Blue #072CDC

Tints of Persian Blue #072CDC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.24%

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

R = 2.58%
G = 16.24%
B = 81.18%

CMYK

 C value IS 0.97

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#072CDC (or 0x072CDC) is known color: Persian Blue. HEX triplet: 07, 2C and DC. RGB value is (7,44,220). Sum of RGB (Red+Green+Blue) = 7+44+220=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 220 (86.33% from 255 or 81.18% from 271); Max value from RGB is 220 - color contains mainly: blue. Hex color #072CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072CDC is #F8D323. Grayscale: #343434. Windows color (decimal): -16306980 or 14429191. OLE color: 14429191.

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

Color convert

RGB 7 44 220 -
CMYK 0.97 0.8 0 0.14
HSL 229.58º 0.94% 0.45% -
HSV(B) 229.58º 0.97% 0.86% -
XYZ 13.91 7.01 68.33 -
YUV 53 222.24 95.19 -
System Red Green Blue C M Y K H S L
Decimal 7 44 220 0.97 0.8 0 0.14 229.58 0.94 0.45
Hex 7 2C DC 61 50 0 E E6 5E 2D
Octal 7 54 334 141 120 0 16 346 136 55
Binary 111 101100 11011100 1100001 1010000 0 1110 11100110 1011110 101101

Color Harmonies of #072CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072CDC

Black with #072CDC

Text Example


Text Example

White with #072CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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