Html Css Color HEX #072EDB Persian Blue

📋 copy color: '#072EDB'

red 7 ◦ green 46 ◦ blue 219

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

Shades of Persian Blue #072EDB

Tints of Persian Blue #072EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 80.51%

R = 2.57%
G = 16.91%
B = 80.51%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#072EDB (or 0x072EDB) is known color: Persian Blue. HEX triplet: 07, 2E and DB. RGB value is (7,46,219). Sum of RGB (Red+Green+Blue) = 7+46+219=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 219 (85.94% from 255 or 80.51% from 272); Max value from RGB is 219 - color contains mainly: blue. Hex color #072EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072EDB is #F8D124. Grayscale: #353535. Windows color (decimal): -16306469 or 14364167. OLE color: 14364167.

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

Color convert

RGB 7 46 219 -
CMYK 0.97 0.79 0 0.14
HSL 228.96º 0.94% 0.44% -
HSV(B) 228.96º 0.97% 0.86% -
XYZ 13.85 7.11 67.66 -
YUV 54.06 221.08 94.43 -
System Red Green Blue C M Y K H S L
Decimal 7 46 219 0.97 0.79 0 0.14 228.96 0.94 0.44
Hex 7 2E DB 61 4F 0 E E5 5E 2C
Octal 7 56 333 141 117 0 16 345 136 54
Binary 111 101110 11011011 1100001 1001111 0 1110 11100101 1011110 101100

Color Harmonies of #072EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072EDB

Black with #072EDB

Text Example


Text Example

White with #072EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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