Html Css Color HEX #072FDE Persian Blue

📋 copy color: '#072FDE'

red 7 ◦ green 47 ◦ blue 222

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

Shades of Persian Blue #072FDE

Tints of Persian Blue #072FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 80.43%

R = 2.54%
G = 17.03%
B = 80.43%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#072FDE (or 0x072FDE) is known color: Persian Blue. HEX triplet: 07, 2F and DE. RGB value is (7,47,222). Sum of RGB (Red+Green+Blue) = 7+47+222=276 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.54% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 222 (87.11% from 255 or 80.43% from 276); Max value from RGB is 222 - color contains mainly: blue. Hex color #072FDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072FDE is #F8D021. Grayscale: #363636. Windows color (decimal): -16306210 or 14561031. OLE color: 14561031.

HSL color Cylindrical-coordinate representation of color #072FDE: hue angle of 228.84º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072FDE is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 47 222 -
CMYK 0.97 0.79 0 0.13
HSL 228.84º 0.94% 0.45% -
HSV(B) 228.84º 0.97% 0.87% -
XYZ 14.29 7.35 69.77 -
YUV 54.99 222.25 93.77 -
System Red Green Blue C M Y K H S L
Decimal 7 47 222 0.97 0.79 0 0.13 228.84 0.94 0.45
Hex 7 2F DE 61 4F 0 D E5 5E 2D
Octal 7 57 336 141 117 0 15 345 136 55
Binary 111 101111 11011110 1100001 1001111 0 1101 11100101 1011110 101101

Color Harmonies of #072FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072FDE

Black with #072FDE

Text Example


Text Example

White with #072FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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