Html Css Color HEX #072ADE Persian Blue

📋 copy color: '#072ADE'

red 7 ◦ green 42 ◦ blue 222

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

Shades of Persian Blue #072ADE

Tints of Persian Blue #072ADE

RGB

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

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

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

R = 2.58%
G = 15.5%
B = 81.92%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#072ADE (or 0x072ADE) is known color: Persian Blue. HEX triplet: 07, 2A and DE. RGB value is (7,42,222). Sum of RGB (Red+Green+Blue) = 7+42+222=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 222 (87.11% from 255 or 81.92% from 271); Max value from RGB is 222 - color contains mainly: blue. Hex color #072ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072ADE is #F8D521. Grayscale: #333333. Windows color (decimal): -16307490 or 14559751. OLE color: 14559751.

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

Color convert

RGB 7 42 222 -
CMYK 0.97 0.81 0 0.13
HSL 230.23º 0.94% 0.45% -
HSV(B) 230.23º 0.97% 0.87% -
XYZ 14.1 6.98 69.71 -
YUV 52.06 223.9 95.86 -
System Red Green Blue C M Y K H S L
Decimal 7 42 222 0.97 0.81 0 0.13 230.23 0.94 0.45
Hex 7 2A DE 61 51 0 D E6 5E 2D
Octal 7 52 336 141 121 0 15 346 136 55
Binary 111 101010 11011110 1100001 1010001 0 1101 11100110 1011110 101101

Color Harmonies of #072ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072ADE

Black with #072ADE

Text Example


Text Example

White with #072ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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