Html Css Color HEX #072CEC Blue

📋 copy color: '#072CEC'

red 7 ◦ green 44 ◦ blue 236

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

Shades of Blue #072CEC

Tints of Blue #072CEC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.33%

 BLUE value IS 236 (92.58% from 255) = 82.23%

R = 2.44%
G = 15.33%
B = 82.23%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#072CEC (or 0x072CEC) is known color: Blue. HEX triplet: 07, 2C and EC. RGB value is (7,44,236). Sum of RGB (Red+Green+Blue) = 7+44+236=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 236 (92.58% from 255 or 82.23% from 287); Max value from RGB is 236 - color contains mainly: blue. Hex color #072CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072CEC is #F8D313. Grayscale: #363636. Windows color (decimal): -16306964 or 15477767. OLE color: 15477767.

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

Color convert

RGB 7 44 236 -
CMYK 0.97 0.81 0 0.07
HSL 230.31º 0.94% 0.48% -
HSV(B) 230.31º 0.97% 0.93% -
XYZ 16.13 7.9 80.03 -
YUV 54.83 230.24 93.89 -
System Red Green Blue C M Y K H S L
Decimal 7 44 236 0.97 0.81 0 0.07 230.31 0.94 0.48
Hex 7 2C EC 61 51 0 7 E6 5E 30
Octal 7 54 354 141 121 0 7 346 136 60
Binary 111 101100 11101100 1100001 1010001 0 111 11100110 1011110 110000

Color Harmonies of #072CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072CEC

Black with #072CEC

Text Example


Text Example

White with #072CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,44,236); }

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

background-color css

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

 a { background-color: rgb(7,44,236); }

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

border-color css

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

 span { border-color: rgb(7,44,236); }

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