Html Css Color HEX #072CE0 Persian Blue

📋 copy color: '#072CE0'

red 7 ◦ green 44 ◦ blue 224

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

Shades of Persian Blue #072CE0

Tints of Persian Blue #072CE0

RGB

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

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

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

R = 2.55%
G = 16%
B = 81.45%

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

#072CE0 (or 0x072CE0) is known color: Persian Blue. HEX triplet: 07, 2C and E0. RGB value is (7,44,224). Sum of RGB (Red+Green+Blue) = 7+44+224=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 224 (87.89% from 255 or 81.45% from 275); Max value from RGB is 224 - color contains mainly: blue. Hex color #072CE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072CE0 is #F8D31F. Grayscale: #343434. Windows color (decimal): -16306976 or 14691335. OLE color: 14691335.

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

Color convert

RGB 7 44 224 -
CMYK 0.97 0.80 0 0.12
HSL 229.77º 0.94% 0.45% -
HSV(B) 229.77º 0.97% 0.88% -
XYZ 14.44 7.23 71.16 -
YUV 53.46 224.24 94.86 -
System Red Green Blue C M Y K H S L
Decimal 7 44 224 0.97 0.80 0 0.12 229.77 0.94 0.45
Hex 7 2C E0 61 50 0 C E6 5E 2D
Octal 7 54 340 141 120 0 14 346 136 55
Binary 111 101100 11100000 1100001 1010000 0 1100 11100110 1011110 101101

Color Harmonies of #072CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072CE0

Black with #072CE0

Text Example


Text Example

White with #072CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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