Html Css Color HEX #073FE7 Persian Blue

📋 copy color: '#073FE7'

red 7 ◦ green 63 ◦ blue 231

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

Shades of Persian Blue #073FE7

Tints of Persian Blue #073FE7

RGB

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

 GREEN value IS 63 (25% from 255) = 20.93%

 BLUE value IS 231 (90.63% from 255) = 76.74%

R = 2.33%
G = 20.93%
B = 76.74%

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

#073FE7 (or 0x073FE7) is known color: Persian Blue. HEX triplet: 07, 3F and E7. RGB value is (7,63,231). Sum of RGB (Red+Green+Blue) = 7+63+231=301 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 231 (90.62% from 255 or 76.74% from 301); Max value from RGB is 231 - color contains mainly: blue. Hex color #073FE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073FE7 is #F8C018. Grayscale: #404040. Windows color (decimal): -16302105 or 15154951. OLE color: 15154951.

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

Color convert

RGB 7 63 231 -
CMYK 0.97 0.73 0 0.09
HSL 225º 0.94% 0.47% -
HSV(B) 225º 0.97% 0.91% -
XYZ 16.29 9.37 76.55 -
YUV 65.41 221.45 86.34 -
System Red Green Blue C M Y K H S L
Decimal 7 63 231 0.97 0.73 0 0.09 225 0.94 0.47
Hex 7 3F E7 61 49 0 9 E1 5E 2F
Octal 7 77 347 141 111 0 11 341 136 57
Binary 111 111111 11100111 1100001 1001001 0 1001 11100001 1011110 101111

Color Harmonies of #073FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073FE7

Black with #073FE7

Text Example


Text Example

White with #073FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,63,231); }

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

background-color css

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

 a { background-color: rgb(7,63,231); }

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

border-color css

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

 span { border-color: rgb(7,63,231); }

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