Html Css Color HEX #072EE9 Persian Blue

📋 copy color: '#072EE9'

red 7 ◦ green 46 ◦ blue 233

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

Shades of Persian Blue #072EE9

Tints of Persian Blue #072EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 81.47%

R = 2.45%
G = 16.08%
B = 81.47%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#072EE9 (or 0x072EE9) is known color: Persian Blue. HEX triplet: 07, 2E and E9. RGB value is (7,46,233). Sum of RGB (Red+Green+Blue) = 7+46+233=286 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.45% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 233 (91.41% from 255 or 81.47% from 286); Max value from RGB is 233 - color contains mainly: blue. Hex color #072EE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072EE9 is #F8D116. Grayscale: #363636. Windows color (decimal): -16306455 or 15281671. OLE color: 15281671.

HSL color Cylindrical-coordinate representation of color #072EE9: hue angle of 229.65º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072EE9 is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 7 46 233 -
CMYK 0.97 0.80 0 0.09
HSL 229.65º 0.94% 0.47% -
HSV(B) 229.65º 0.97% 0.91% -
XYZ 15.77 7.88 77.78 -
YUV 55.66 228.08 93.29 -
System Red Green Blue C M Y K H S L
Decimal 7 46 233 0.97 0.80 0 0.09 229.65 0.94 0.47
Hex 7 2E E9 61 50 0 9 E6 5E 2F
Octal 7 56 351 141 120 0 11 346 136 57
Binary 111 101110 11101001 1100001 1010000 0 1001 11100110 1011110 101111

Color Harmonies of #072EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072EE9

Black with #072EE9

Text Example


Text Example

White with #072EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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