Html Css Color HEX #072EDD Persian Blue

📋 copy color: '#072EDD'

red 7 ◦ green 46 ◦ blue 221

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

Shades of Persian Blue #072EDD

Tints of Persian Blue #072EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 80.66%

R = 2.55%
G = 16.79%
B = 80.66%

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

#072EDD (or 0x072EDD) is known color: Persian Blue. HEX triplet: 07, 2E and DD. RGB value is (7,46,221). Sum of RGB (Red+Green+Blue) = 7+46+221=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 221 (86.72% from 255 or 80.66% from 274); Max value from RGB is 221 - color contains mainly: blue. Hex color #072EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072EDD is #F8D122. Grayscale: #353535. Windows color (decimal): -16306467 or 14495239. OLE color: 14495239.

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

Color convert

RGB 7 46 221 -
CMYK 0.97 0.79 0 0.13
HSL 229.07º 0.94% 0.45% -
HSV(B) 229.07º 0.97% 0.87% -
XYZ 14.12 7.22 69.06 -
YUV 54.29 222.08 94.27 -
System Red Green Blue C M Y K H S L
Decimal 7 46 221 0.97 0.79 0 0.13 229.07 0.94 0.45
Hex 7 2E DD 61 4F 0 D E5 5E 2D
Octal 7 56 335 141 117 0 15 345 136 55
Binary 111 101110 11011101 1100001 1001111 0 1101 11100101 1011110 101101

Color Harmonies of #072EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072EDD

Black with #072EDD

Text Example


Text Example

White with #072EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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