Html Css Color HEX #072ED8 Persian Blue

📋 copy color: '#072ED8'

red 7 ◦ green 46 ◦ blue 216

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

Shades of Persian Blue #072ED8

Tints of Persian Blue #072ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 80.3%

R = 2.6%
G = 17.1%
B = 80.3%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#072ED8 (or 0x072ED8) is known color: Persian Blue. HEX triplet: 07, 2E and D8. RGB value is (7,46,216). Sum of RGB (Red+Green+Blue) = 7+46+216=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 216 (84.77% from 255 or 80.30% from 269); Max value from RGB is 216 - color contains mainly: blue. Hex color #072ED8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072ED8 is #F8D127. Grayscale: #353535. Windows color (decimal): -16306472 or 14167559. OLE color: 14167559.

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

Color convert

RGB 7 46 216 -
CMYK 0.97 0.79 0 0.15
HSL 228.8º 0.94% 0.44% -
HSV(B) 228.8º 0.97% 0.85% -
XYZ 13.46 6.96 65.6 -
YUV 53.72 219.58 94.68 -
System Red Green Blue C M Y K H S L
Decimal 7 46 216 0.97 0.79 0 0.15 228.8 0.94 0.44
Hex 7 2E D8 61 4F 0 F E5 5E 2C
Octal 7 56 330 141 117 0 17 345 136 54
Binary 111 101110 11011000 1100001 1001111 0 1111 11100101 1011110 101100

Color Harmonies of #072ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072ED8

Black with #072ED8

Text Example


Text Example

White with #072ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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