Html Css Color HEX #072AD7 Persian Blue

📋 copy color: '#072AD7'

red 7 ◦ green 42 ◦ blue 215

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

Shades of Persian Blue #072AD7

Tints of Persian Blue #072AD7

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.91%

 BLUE value IS 215 (84.38% from 255) = 81.44%

R = 2.65%
G = 15.91%
B = 81.44%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#072AD7 (or 0x072AD7) is known color: Persian Blue. HEX triplet: 07, 2A and D7. RGB value is (7,42,215). Sum of RGB (Red+Green+Blue) = 7+42+215=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 215 (84.38% from 255 or 81.44% from 264); Max value from RGB is 215 - color contains mainly: blue. Hex color #072AD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072AD7 is #F8D528. Grayscale: #323232. Windows color (decimal): -16307497 or 14100999. OLE color: 14100999.

HSL color Cylindrical-coordinate representation of color #072AD7: hue angle of 229.9º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072AD7 is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 7 42 215 -
CMYK 0.97 0.80 0 0.16
HSL 229.9º 0.94% 0.44% -
HSV(B) 229.9º 0.97% 0.84% -
XYZ 13.18 6.61 64.87 -
YUV 51.26 220.4 96.43 -
System Red Green Blue C M Y K H S L
Decimal 7 42 215 0.97 0.80 0 0.16 229.9 0.94 0.44
Hex 7 2A D7 61 50 0 10 E6 5E 2C
Octal 7 52 327 141 120 0 20 346 136 54
Binary 111 101010 11010111 1100001 1010000 0 10000 11100110 1011110 101100

Color Harmonies of #072AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072AD7

Black with #072AD7

Text Example


Text Example

White with #072AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,42,215); }

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

background-color css

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

 a { background-color: rgb(7,42,215); }

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

border-color css

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

 span { border-color: rgb(7,42,215); }

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