Html Css Color HEX #0726EC Blue

📋 copy color: '#0726EC'

red 7 ◦ green 38 ◦ blue 236

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

Shades of Blue #0726EC

Tints of Blue #0726EC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.52%

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

R = 2.49%
G = 13.52%
B = 83.99%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0726EC (or 0x0726EC) is known color: Blue. HEX triplet: 07, 26 and EC. RGB value is (7,38,236). Sum of RGB (Red+Green+Blue) = 7+38+236=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 236 (92.58% from 255 or 83.99% from 281); Max value from RGB is 236 - color contains mainly: blue. Hex color #0726EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0726EC is #F8D913. Grayscale: #323232. Windows color (decimal): -16308500 or 15476231. OLE color: 15476231.

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

Color convert

RGB 7 38 236 -
CMYK 0.97 0.84 0 0.07
HSL 231.88º 0.94% 0.48% -
HSV(B) 231.88º 0.97% 0.93% -
XYZ 15.92 7.49 79.96 -
YUV 51.3 232.23 96.4 -
System Red Green Blue C M Y K H S L
Decimal 7 38 236 0.97 0.84 0 0.07 231.88 0.94 0.48
Hex 7 26 EC 61 54 0 7 E8 5E 30
Octal 7 46 354 141 124 0 7 350 136 60
Binary 111 100110 11101100 1100001 1010100 0 111 11101000 1011110 110000

Color Harmonies of #0726EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0726EC

Black with #0726EC

Text Example


Text Example

White with #0726EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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