Html Css Color HEX #073EFA Blue

📋 copy color: '#073EFA'

red 7 ◦ green 62 ◦ blue 250

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

Shades of Blue #073EFA

Tints of Blue #073EFA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.44%

 BLUE value IS 250 (98.05% from 255) = 78.37%

R = 2.19%
G = 19.44%
B = 78.37%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#073EFA (or 0x073EFA) is known color: Blue. HEX triplet: 07, 3E and FA. RGB value is (7,62,250). Sum of RGB (Red+Green+Blue) = 7+62+250=319 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 250 (98.05% from 255 or 78.37% from 319); Max value from RGB is 250 - color contains mainly: blue. Hex color #073EFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073EFA is #F8C105. Grayscale: #424242. Windows color (decimal): -16302342 or 16399879. OLE color: 16399879.

HSL color Cylindrical-coordinate representation of color #073EFA: hue angle of 226.42º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #073EFA is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 62 250 -
CMYK 0.97 0.75 0 0.02
HSL 226.42º 0.96% 0.5% -
HSV(B) 226.42º 0.97% 0.98% -
XYZ 19.07 10.39 91.44 -
YUV 66.99 231.28 85.21 -
System Red Green Blue C M Y K H S L
Decimal 7 62 250 0.97 0.75 0 0.02 226.42 0.96 0.5
Hex 7 3E FA 61 4B 0 2 E2 60 32
Octal 7 76 372 141 113 0 2 342 140 62
Binary 111 111110 11111010 1100001 1001011 0 10 11100010 1100000 110010

Color Harmonies of #073EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073EFA

Black with #073EFA

Text Example


Text Example

White with #073EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,62,250); }

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

background-color css

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

 a { background-color: rgb(7,62,250); }

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

border-color css

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

 span { border-color: rgb(7,62,250); }

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