Html Css Color HEX #073EE8 Persian Blue

📋 copy color: '#073EE8'

red 7 ◦ green 62 ◦ blue 232

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

Shades of Persian Blue #073EE8

Tints of Persian Blue #073EE8

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.6%

 BLUE value IS 232 (91.02% from 255) = 77.08%

R = 2.33%
G = 20.6%
B = 77.08%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#073EE8 (or 0x073EE8) is known color: Persian Blue. HEX triplet: 07, 3E and E8. RGB value is (7,62,232). Sum of RGB (Red+Green+Blue) = 7+62+232=301 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 232 (91.02% from 255 or 77.08% from 301); Max value from RGB is 232 - color contains mainly: blue. Hex color #073EE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073EE8 is #F8C117. Grayscale: #404040. Windows color (decimal): -16302360 or 15220231. OLE color: 15220231.

HSL color Cylindrical-coordinate representation of color #073EE8: hue angle of 225.33º 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 #073EE8 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 7 62 232 -
CMYK 0.97 0.73 0 0.09
HSL 225.33º 0.94% 0.47% -
HSV(B) 225.33º 0.97% 0.91% -
XYZ 16.38 9.32 77.28 -
YUV 64.94 222.28 86.68 -
System Red Green Blue C M Y K H S L
Decimal 7 62 232 0.97 0.73 0 0.09 225.33 0.94 0.47
Hex 7 3E E8 61 49 0 9 E1 5E 2F
Octal 7 76 350 141 111 0 11 341 136 57
Binary 111 111110 11101000 1100001 1001001 0 1001 11100001 1011110 101111

Color Harmonies of #073EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073EE8

Black with #073EE8

Text Example


Text Example

White with #073EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073EE8; }

 p { color: rgb(7,62,232); }

 H1.HeaderClassName
 {
   color: #073EE8;
 }
 .AnyTagClassName
 {
   color: #073EE8;
 }
</style>

background-color css

<style>
 a { background-color: #073EE8; }

 a { background-color: rgb(7,62,232); }

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

border-color css

<style>
 span { border-color: #073EE8; }

 span { border-color: rgb(7,62,232); }

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