Html Css Color HEX #072EEB Blue

📋 copy color: '#072EEB'

red 7 ◦ green 46 ◦ blue 235

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

Shades of Blue #072EEB

Tints of Blue #072EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 81.6%

R = 2.43%
G = 15.97%
B = 81.6%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#072EEB (or 0x072EEB) is known color: Blue. HEX triplet: 07, 2E and EB. RGB value is (7,46,235). Sum of RGB (Red+Green+Blue) = 7+46+235=288 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.43% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 235 (92.19% from 255 or 81.60% from 288); Max value from RGB is 235 - color contains mainly: blue. Hex color #072EEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072EEB is #F8D114. Grayscale: #373737. Windows color (decimal): -16306453 or 15412743. OLE color: 15412743.

HSL color Cylindrical-coordinate representation of color #072EEB: hue angle of 229.74º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072EEB is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 7 46 235 -
CMYK 0.97 0.80 0 0.08
HSL 229.74º 0.94% 0.47% -
HSV(B) 229.74º 0.97% 0.92% -
XYZ 16.06 8 79.29 -
YUV 55.89 229.08 93.13 -
System Red Green Blue C M Y K H S L
Decimal 7 46 235 0.97 0.80 0 0.08 229.74 0.94 0.47
Hex 7 2E EB 61 50 0 8 E6 5E 2F
Octal 7 56 353 141 120 0 10 346 136 57
Binary 111 101110 11101011 1100001 1010000 0 1000 11100110 1011110 101111

Color Harmonies of #072EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072EEB

Black with #072EEB

Text Example


Text Example

White with #072EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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