Html Css Color HEX #0724EC Blue

📋 copy color: '#0724EC'

red 7 ◦ green 36 ◦ blue 236

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

Shades of Blue #0724EC

Tints of Blue #0724EC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.9%

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

R = 2.51%
G = 12.9%
B = 84.59%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0724EC (or 0x0724EC) is known color: Blue. HEX triplet: 07, 24 and EC. RGB value is (7,36,236). Sum of RGB (Red+Green+Blue) = 7+36+236=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 236 (92.58% from 255 or 84.59% from 279); Max value from RGB is 236 - color contains mainly: blue. Hex color #0724EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0724EC is #F8DB13. Grayscale: #313131. Windows color (decimal): -16309012 or 15475719. OLE color: 15475719.

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

Color convert

RGB 7 36 236 -
CMYK 0.97 0.85 0 0.07
HSL 232.4º 0.94% 0.48% -
HSV(B) 232.4º 0.97% 0.93% -
XYZ 15.86 7.36 79.94 -
YUV 50.13 232.89 97.24 -
System Red Green Blue C M Y K H S L
Decimal 7 36 236 0.97 0.85 0 0.07 232.4 0.94 0.48
Hex 7 24 EC 61 55 0 7 E8 5E 30
Octal 7 44 354 141 125 0 7 350 136 60
Binary 111 100100 11101100 1100001 1010101 0 111 11101000 1011110 110000

Color Harmonies of #0724EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0724EC

Black with #0724EC

Text Example


Text Example

White with #0724EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0724EC; }

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

 H1.HeaderClassName
 {
   color: #0724EC;
 }
 .AnyTagClassName
 {
   color: #0724EC;
 }
</style>

background-color css

<style>
 a { background-color: #0724EC; }

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

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

border-color css

<style>
 span { border-color: #0724EC; }

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

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