Html Css Color HEX #073CF5 Persian Blue

📋 copy color: '#073CF5'

red 7 ◦ green 60 ◦ blue 245

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

Shades of Persian Blue #073CF5

Tints of Persian Blue #073CF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 78.53%

R = 2.24%
G = 19.23%
B = 78.53%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#073CF5 (or 0x073CF5) is known color: Persian Blue. HEX triplet: 07, 3C and F5. RGB value is (7,60,245). Sum of RGB (Red+Green+Blue) = 7+60+245=312 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 245 (96.09% from 255 or 78.53% from 312); Max value from RGB is 245 - color contains mainly: blue. Hex color #073CF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073CF5 is #F8C30A. Grayscale: #404040. Windows color (decimal): -16302859 or 16071687. OLE color: 16071687.

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

Color convert

RGB 7 60 245 -
CMYK 0.97 0.76 0 0.04
HSL 226.64º 0.94% 0.49% -
HSV(B) 226.64º 0.97% 0.96% -
XYZ 18.18 9.87 87.33 -
YUV 65.24 229.44 86.46 -
System Red Green Blue C M Y K H S L
Decimal 7 60 245 0.97 0.76 0 0.04 226.64 0.94 0.49
Hex 7 3C F5 61 4C 0 4 E3 5E 31
Octal 7 74 365 141 114 0 4 343 136 61
Binary 111 111100 11110101 1100001 1001100 0 100 11100011 1011110 110001

Color Harmonies of #073CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073CF5

Black with #073CF5

Text Example


Text Example

White with #073CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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