Html Css Color HEX #0726EE Blue

📋 copy color: '#0726EE'

red 7 ◦ green 38 ◦ blue 238

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

Shades of Blue #0726EE

Tints of Blue #0726EE

RGB

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

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

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

R = 2.47%
G = 13.43%
B = 84.1%

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

#0726EE (or 0x0726EE) is known color: Blue. HEX triplet: 07, 26 and EE. RGB value is (7,38,238). Sum of RGB (Red+Green+Blue) = 7+38+238=283 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.47% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 238 (93.36% from 255 or 84.10% from 283); Max value from RGB is 238 - color contains mainly: blue. Hex color #0726EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0726EE is #F8D911. Grayscale: #323232. Windows color (decimal): -16308498 or 15607303. OLE color: 15607303.

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

Color convert

RGB 7 38 238 -
CMYK 0.97 0.84 0 0.07
HSL 231.95º 0.94% 0.48% -
HSV(B) 231.95º 0.97% 0.93% -
XYZ 16.21 7.6 81.5 -
YUV 51.53 233.23 96.24 -
System Red Green Blue C M Y K H S L
Decimal 7 38 238 0.97 0.84 0 0.07 231.95 0.94 0.48
Hex 7 26 EE 61 54 0 7 E8 5E 30
Octal 7 46 356 141 124 0 7 350 136 60
Binary 111 100110 11101110 1100001 1010100 0 111 11101000 1011110 110000

Color Harmonies of #0726EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0726EE

Black with #0726EE

Text Example


Text Example

White with #0726EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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