Html Css Color HEX #073FFF Blue

📋 copy color: '#073FFF'

red 7 ◦ green 63 ◦ blue 255

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

Shades of Blue #073FFF

Tints of Blue #073FFF

RGB

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

 GREEN value IS 63 (25% from 255) = 19.38%

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

R = 2.15%
G = 19.38%
B = 78.46%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#073FFF (or 0x073FFF) is known color: Blue. HEX triplet: 07, 3F and FF. RGB value is (7,63,255). Sum of RGB (Red+Green+Blue) = 7+63+255=325 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 255 (100% from 255 or 78.46% from 325); Max value from RGB is 255 - color contains mainly: blue. Hex color #073FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073FFF is #F8C000. Grayscale: #434343. Windows color (decimal): -16302081 or 16727815. OLE color: 16727815.

HSL color Cylindrical-coordinate representation of color #073FFF: hue angle of 226.45º 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 #073FFF is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 7 63 255 -
CMYK 0.97 0.75 0 0
HSL 226.45º 1% 0.51% -
HSV(B) 226.45º 0.97% 1% -
XYZ 19.92 10.82 95.65 -
YUV 68.14 233.45 84.39 -
System Red Green Blue C M Y K H S L
Decimal 7 63 255 0.97 0.75 0 0 226.45 1 0.51
Hex 7 3F FF 61 4B 0 0 E2 64 33
Octal 7 77 377 141 113 0 0 342 144 63
Binary 111 111111 11111111 1100001 1001011 0 0 11100010 1100100 110011

Color Harmonies of #073FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073FFF

Black with #073FFF

Text Example


Text Example

White with #073FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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