Html Css Color HEX #072DEC Blue

📋 copy color: '#072DEC'

red 7 ◦ green 45 ◦ blue 236

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

Shades of Blue #072DEC

Tints of Blue #072DEC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.63%

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

R = 2.43%
G = 15.63%
B = 81.94%

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

#072DEC (or 0x072DEC) is known color: Blue. HEX triplet: 07, 2D and EC. RGB value is (7,45,236). Sum of RGB (Red+Green+Blue) = 7+45+236=288 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.43% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 236 (92.58% from 255 or 81.94% from 288); Max value from RGB is 236 - color contains mainly: blue. Hex color #072DEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072DEC is #F8D213. Grayscale: #363636. Windows color (decimal): -16306708 or 15478023. OLE color: 15478023.

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

Color convert

RGB 7 45 236 -
CMYK 0.97 0.81 0 0.07
HSL 230.04º 0.94% 0.48% -
HSV(B) 230.04º 0.97% 0.93% -
XYZ 16.17 7.98 80.04 -
YUV 55.41 229.91 93.47 -
System Red Green Blue C M Y K H S L
Decimal 7 45 236 0.97 0.81 0 0.07 230.04 0.94 0.48
Hex 7 2D EC 61 51 0 7 E6 5E 30
Octal 7 55 354 141 121 0 7 346 136 60
Binary 111 101101 11101100 1100001 1010001 0 111 11100110 1011110 110000

Color Harmonies of #072DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072DEC

Black with #072DEC

Text Example


Text Example

White with #072DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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