Html Css Color HEX #073EEA Persian Blue

📋 copy color: '#073EEA'

red 7 ◦ green 62 ◦ blue 234

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

Shades of Persian Blue #073EEA

Tints of Persian Blue #073EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 77.23%

R = 2.31%
G = 20.46%
B = 77.23%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#073EEA (or 0x073EEA) is known color: Persian Blue. HEX triplet: 07, 3E and EA. RGB value is (7,62,234). Sum of RGB (Red+Green+Blue) = 7+62+234=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 234 (91.80% from 255 or 77.23% from 303); Max value from RGB is 234 - color contains mainly: blue. Hex color #073EEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073EEA is #F8C115. Grayscale: #404040. Windows color (decimal): -16302358 or 15351303. OLE color: 15351303.

HSL color Cylindrical-coordinate representation of color #073EEA: hue angle of 225.46º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #073EEA is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 7 62 234 -
CMYK 0.97 0.74 0 0.08
HSL 225.46º 0.94% 0.47% -
HSV(B) 225.46º 0.97% 0.92% -
XYZ 16.66 9.43 78.78 -
YUV 65.16 223.28 86.51 -
System Red Green Blue C M Y K H S L
Decimal 7 62 234 0.97 0.74 0 0.08 225.46 0.94 0.47
Hex 7 3E EA 61 4A 0 8 E1 5E 2F
Octal 7 76 352 141 112 0 10 341 136 57
Binary 111 111110 11101010 1100001 1001010 0 1000 11100001 1011110 101111

Color Harmonies of #073EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073EEA

Black with #073EEA

Text Example


Text Example

White with #073EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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