Html Css Color HEX #073CF7 Persian Blue

📋 copy color: '#073CF7'

red 7 ◦ green 60 ◦ blue 247

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

Shades of Persian Blue #073CF7

Tints of Persian Blue #073CF7

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.11%

 BLUE value IS 247 (96.88% from 255) = 78.66%

R = 2.23%
G = 19.11%
B = 78.66%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#073CF7 (or 0x073CF7) is known color: Persian Blue. HEX triplet: 07, 3C and F7. RGB value is (7,60,247). Sum of RGB (Red+Green+Blue) = 7+60+247=314 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.23% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 247 (96.88% from 255 or 78.66% from 314); Max value from RGB is 247 - color contains mainly: blue. Hex color #073CF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073CF7 is #F8C308. Grayscale: #404040. Windows color (decimal): -16302857 or 16202759. OLE color: 16202759.

HSL color Cylindrical-coordinate representation of color #073CF7: hue angle of 226.75º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #073CF7 is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 7 60 247 -
CMYK 0.97 0.76 0 0.03
HSL 226.75º 0.94% 0.5% -
HSV(B) 226.75º 0.97% 0.97% -
XYZ 18.49 9.99 88.95 -
YUV 65.47 230.44 86.29 -
System Red Green Blue C M Y K H S L
Decimal 7 60 247 0.97 0.76 0 0.03 226.75 0.94 0.5
Hex 7 3C F7 61 4C 0 3 E3 5E 32
Octal 7 74 367 141 114 0 3 343 136 62
Binary 111 111100 11110111 1100001 1001100 0 11 11100011 1011110 110010

Color Harmonies of #073CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073CF7

Black with #073CF7

Text Example


Text Example

White with #073CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,60,247); }

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

background-color css

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

 a { background-color: rgb(7,60,247); }

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

border-color css

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

 span { border-color: rgb(7,60,247); }

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