Html Css Color HEX #073AFC Blue

📋 copy color: '#073AFC'

red 7 ◦ green 58 ◦ blue 252

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

Shades of Blue #073AFC

Tints of Blue #073AFC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.3%

 BLUE value IS 252 (98.83% from 255) = 79.5%

R = 2.21%
G = 18.3%
B = 79.5%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#073AFC (or 0x073AFC) is known color: Blue. HEX triplet: 07, 3A and FC. RGB value is (7,58,252). Sum of RGB (Red+Green+Blue) = 7+58+252=317 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.21% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 252 (98.83% from 255 or 79.50% from 317); Max value from RGB is 252 - color contains mainly: blue. Hex color #073AFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073AFC is #F8C503. Grayscale: #404040. Windows color (decimal): -16303364 or 16529927. OLE color: 16529927.

HSL color Cylindrical-coordinate representation of color #073AFC: hue angle of 227.51º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #073AFC is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 7 58 252 -
CMYK 0.97 0.77 0 0.01
HSL 227.51º 0.98% 0.51% -
HSV(B) 227.51º 0.97% 0.99% -
XYZ 19.17 10.1 93.03 -
YUV 64.87 233.6 86.73 -
System Red Green Blue C M Y K H S L
Decimal 7 58 252 0.97 0.77 0 0.01 227.51 0.98 0.51
Hex 7 3A FC 61 4D 0 1 E4 62 33
Octal 7 72 374 141 115 0 1 344 142 63
Binary 111 111010 11111100 1100001 1001101 0 1 11100100 1100010 110011

Color Harmonies of #073AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073AFC

Black with #073AFC

Text Example


Text Example

White with #073AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,58,252); }

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

background-color css

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

 a { background-color: rgb(7,58,252); }

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

border-color css

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

 span { border-color: rgb(7,58,252); }

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