Html Css Color HEX #072EDF Persian Blue

📋 copy color: '#072EDF'

red 7 ◦ green 46 ◦ blue 223

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

Shades of Persian Blue #072EDF

Tints of Persian Blue #072EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 80.8%

R = 2.54%
G = 16.67%
B = 80.8%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#072EDF (or 0x072EDF) is known color: Persian Blue. HEX triplet: 07, 2E and DF. RGB value is (7,46,223). Sum of RGB (Red+Green+Blue) = 7+46+223=276 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.54% from 276); Green value is 46 (18.36% from 255 or 16.67% from 276); Blue value is 223 (87.5% from 255 or 80.80% from 276); Max value from RGB is 223 - color contains mainly: blue. Hex color #072EDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072EDF is #F8D120. Grayscale: #353535. Windows color (decimal): -16306465 or 14626311. OLE color: 14626311.

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

Color convert

RGB 7 46 223 -
CMYK 0.97 0.79 0 0.13
HSL 229.17º 0.94% 0.45% -
HSV(B) 229.17º 0.97% 0.87% -
XYZ 14.38 7.33 70.47 -
YUV 54.52 223.08 94.11 -
System Red Green Blue C M Y K H S L
Decimal 7 46 223 0.97 0.79 0 0.13 229.17 0.94 0.45
Hex 7 2E DF 61 4F 0 D E5 5E 2D
Octal 7 56 337 141 117 0 15 345 136 55
Binary 111 101110 11011111 1100001 1001111 0 1101 11100101 1011110 101101

Color Harmonies of #072EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072EDF

Black with #072EDF

Text Example


Text Example

White with #072EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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