Html Css Color HEX #073AFF Blue

📋 copy color: '#073AFF'

red 7 ◦ green 58 ◦ blue 255

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

Shades of Blue #073AFF

Tints of Blue #073AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 79.69%

R = 2.19%
G = 18.13%
B = 79.69%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#073AFF (or 0x073AFF) is known color: Blue. HEX triplet: 07, 3A and FF. RGB value is (7,58,255). Sum of RGB (Red+Green+Blue) = 7+58+255=320 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 255 (100% from 255 or 79.69% from 320); Max value from RGB is 255 - color contains mainly: blue. Hex color #073AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073AFF is #F8C500. Grayscale: #404040. Windows color (decimal): -16303361 or 16726535. OLE color: 16726535.

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

Color convert

RGB 7 58 255 -
CMYK 0.97 0.77 0 0
HSL 227.66º 1% 0.51% -
HSV(B) 227.66º 0.97% 1% -
XYZ 19.65 10.29 95.56 -
YUV 65.21 235.1 86.48 -
System Red Green Blue C M Y K H S L
Decimal 7 58 255 0.97 0.77 0 0 227.66 1 0.51
Hex 7 3A FF 61 4D 0 0 E4 64 33
Octal 7 72 377 141 115 0 0 344 144 63
Binary 111 111010 11111111 1100001 1001101 0 0 11100100 1100100 110011

Color Harmonies of #073AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073AFF

Black with #073AFF

Text Example


Text Example

White with #073AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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