Html Css Color HEX #072EFA Blue

📋 copy color: '#072EFA'

red 7 ◦ green 46 ◦ blue 250

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

Shades of Blue #072EFA

Tints of Blue #072EFA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.18%

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

R = 2.31%
G = 15.18%
B = 82.51%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#072EFA (or 0x072EFA) is known color: Blue. HEX triplet: 07, 2E and FA. RGB value is (7,46,250). Sum of RGB (Red+Green+Blue) = 7+46+250=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 250 (98.05% from 255 or 82.51% from 303); Max value from RGB is 250 - color contains mainly: blue. Hex color #072EFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072EFA is #F8D105. Grayscale: #383838. Windows color (decimal): -16306438 or 16395783. OLE color: 16395783.

HSL color Cylindrical-coordinate representation of color #072EFA: hue angle of 230.37º 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 #072EFA is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 46 250 -
CMYK 0.97 0.82 0 0.02
HSL 230.37º 0.96% 0.5% -
HSV(B) 230.37º 0.97% 0.98% -
XYZ 18.32 8.9 91.2 -
YUV 57.6 236.58 91.91 -
System Red Green Blue C M Y K H S L
Decimal 7 46 250 0.97 0.82 0 0.02 230.37 0.96 0.5
Hex 7 2E FA 61 52 0 2 E6 60 32
Octal 7 56 372 141 122 0 2 346 140 62
Binary 111 101110 11111010 1100001 1010010 0 10 11100110 1100000 110010

Color Harmonies of #072EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072EFA

Black with #072EFA

Text Example


Text Example

White with #072EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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