Html Css Color HEX #073AFE Blue

📋 copy color: '#073AFE'

red 7 ◦ green 58 ◦ blue 254

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

Shades of Blue #073AFE

Tints of Blue #073AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 79.62%

R = 2.19%
G = 18.18%
B = 79.62%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#073AFE (or 0x073AFE) is known color: Blue. HEX triplet: 07, 3A and FE. RGB value is (7,58,254). Sum of RGB (Red+Green+Blue) = 7+58+254=319 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 254 (99.61% from 255 or 79.62% from 319); Max value from RGB is 254 - color contains mainly: blue. Hex color #073AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073AFE is #F8C501. Grayscale: #404040. Windows color (decimal): -16303362 or 16660999. OLE color: 16660999.

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

Color convert

RGB 7 58 254 -
CMYK 0.97 0.77 0 0.00
HSL 227.61º 0.99% 0.51% -
HSV(B) 227.61º 0.97% 1% -
XYZ 19.49 10.23 94.71 -
YUV 65.1 234.6 86.56 -
System Red Green Blue C M Y K H S L
Decimal 7 58 254 0.97 0.77 0 0.00 227.61 0.99 0.51
Hex 7 3A FE 61 4D 0 0 E4 63 33
Octal 7 72 376 141 115 0 0 344 143 63
Binary 111 111010 11111110 1100001 1001101 0 0 11100100 1100011 110011

Color Harmonies of #073AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073AFE

Black with #073AFE

Text Example


Text Example

White with #073AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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