Html Css Color HEX #072FDC Persian Blue

📋 copy color: '#072FDC'

red 7 ◦ green 47 ◦ blue 220

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

Shades of Persian Blue #072FDC

Tints of Persian Blue #072FDC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.15%

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

R = 2.55%
G = 17.15%
B = 80.29%

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

#072FDC (or 0x072FDC) is known color: Persian Blue. HEX triplet: 07, 2F and DC. RGB value is (7,47,220). Sum of RGB (Red+Green+Blue) = 7+47+220=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 47 (18.75% from 255 or 17.15% from 274); Blue value is 220 (86.33% from 255 or 80.29% from 274); Max value from RGB is 220 - color contains mainly: blue. Hex color #072FDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072FDC is #F8D023. Grayscale: #363636. Windows color (decimal): -16306212 or 14429959. OLE color: 14429959.

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

Color convert

RGB 7 47 220 -
CMYK 0.97 0.79 0 0.14
HSL 228.73º 0.94% 0.45% -
HSV(B) 228.73º 0.97% 0.86% -
XYZ 14.02 7.25 68.37 -
YUV 54.76 221.25 93.93 -
System Red Green Blue C M Y K H S L
Decimal 7 47 220 0.97 0.79 0 0.14 228.73 0.94 0.45
Hex 7 2F DC 61 4F 0 E E5 5E 2D
Octal 7 57 334 141 117 0 16 345 136 55
Binary 111 101111 11011100 1100001 1001111 0 1110 11100101 1011110 101101

Color Harmonies of #072FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072FDC

Black with #072FDC

Text Example


Text Example

White with #072FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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