Html Css Color HEX #072DE0 Persian Blue

📋 copy color: '#072DE0'

red 7 ◦ green 45 ◦ blue 224

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

Shades of Persian Blue #072DE0

Tints of Persian Blue #072DE0

RGB

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

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

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

R = 2.54%
G = 16.3%
B = 81.16%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#072DE0 (or 0x072DE0) is known color: Persian Blue. HEX triplet: 07, 2D and E0. RGB value is (7,45,224). Sum of RGB (Red+Green+Blue) = 7+45+224=276 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.54% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 224 (87.89% from 255 or 81.16% from 276); Max value from RGB is 224 - color contains mainly: blue. Hex color #072DE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072DE0 is #F8D21F. Grayscale: #353535. Windows color (decimal): -16306720 or 14691591. OLE color: 14691591.

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

Color convert

RGB 7 45 224 -
CMYK 0.97 0.80 0 0.12
HSL 229.49º 0.94% 0.45% -
HSV(B) 229.49º 0.97% 0.88% -
XYZ 14.48 7.3 71.17 -
YUV 54.04 223.91 94.45 -
System Red Green Blue C M Y K H S L
Decimal 7 45 224 0.97 0.80 0 0.12 229.49 0.94 0.45
Hex 7 2D E0 61 50 0 C E5 5E 2D
Octal 7 55 340 141 120 0 14 345 136 55
Binary 111 101101 11100000 1100001 1010000 0 1100 11100101 1011110 101101

Color Harmonies of #072DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072DE0

Black with #072DE0

Text Example


Text Example

White with #072DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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