Html Css Color HEX #072EE0 Persian Blue

📋 copy color: '#072EE0'

red 7 ◦ green 46 ◦ blue 224

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

Shades of Persian Blue #072EE0

Tints of Persian Blue #072EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 80.87%

R = 2.53%
G = 16.61%
B = 80.87%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#072EE0 (or 0x072EE0) is known color: Persian Blue. HEX triplet: 07, 2E and E0. RGB value is (7,46,224). Sum of RGB (Red+Green+Blue) = 7+46+224=277 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.53% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 224 (87.89% from 255 or 80.87% from 277); Max value from RGB is 224 - color contains mainly: blue. Hex color #072EE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072EE0 is #F8D11F. Grayscale: #353535. Windows color (decimal): -16306464 or 14691847. OLE color: 14691847.

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

Color convert

RGB 7 46 224 -
CMYK 0.97 0.79 0 0.12
HSL 229.22º 0.94% 0.45% -
HSV(B) 229.22º 0.97% 0.88% -
XYZ 14.52 7.38 71.18 -
YUV 54.63 223.58 94.03 -
System Red Green Blue C M Y K H S L
Decimal 7 46 224 0.97 0.79 0 0.12 229.22 0.94 0.45
Hex 7 2E E0 61 4F 0 C E5 5E 2D
Octal 7 56 340 141 117 0 14 345 136 55
Binary 111 101110 11100000 1100001 1001111 0 1100 11100101 1011110 101101

Color Harmonies of #072EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072EE0

Black with #072EE0

Text Example


Text Example

White with #072EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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