Html Css Color HEX #072BEE Blue

📋 copy color: '#072BEE'

red 7 ◦ green 43 ◦ blue 238

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

Shades of Blue #072BEE

Tints of Blue #072BEE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.93%

 BLUE value IS 238 (93.36% from 255) = 82.64%

R = 2.43%
G = 14.93%
B = 82.64%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#072BEE (or 0x072BEE) is known color: Blue. HEX triplet: 07, 2B and EE. RGB value is (7,43,238). Sum of RGB (Red+Green+Blue) = 7+43+238=288 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.43% from 288); Green value is 43 (17.19% from 255 or 14.93% from 288); Blue value is 238 (93.36% from 255 or 82.64% from 288); Max value from RGB is 238 - color contains mainly: blue. Hex color #072BEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072BEE is #F8D411. Grayscale: #353535. Windows color (decimal): -16307218 or 15608583. OLE color: 15608583.

HSL color Cylindrical-coordinate representation of color #072BEE: hue angle of 230.65º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072BEE is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 7 43 238 -
CMYK 0.97 0.82 0 0.07
HSL 230.65º 0.94% 0.48% -
HSV(B) 230.65º 0.97% 0.93% -
XYZ 16.38 7.95 81.56 -
YUV 54.47 231.57 94.14 -
System Red Green Blue C M Y K H S L
Decimal 7 43 238 0.97 0.82 0 0.07 230.65 0.94 0.48
Hex 7 2B EE 61 52 0 7 E7 5E 30
Octal 7 53 356 141 122 0 7 347 136 60
Binary 111 101011 11101110 1100001 1010010 0 111 11100111 1011110 110000

Color Harmonies of #072BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072BEE

Black with #072BEE

Text Example


Text Example

White with #072BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,43,238); }

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

background-color css

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

 a { background-color: rgb(7,43,238); }

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

border-color css

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

 span { border-color: rgb(7,43,238); }

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