Html Css Color HEX #0726DF Medium Blue

📋 copy color: '#0726DF'

red 7 ◦ green 38 ◦ blue 223

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

Shades of Medium Blue #0726DF

Tints of Medium Blue #0726DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 83.21%

R = 2.61%
G = 14.18%
B = 83.21%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0726DF (or 0x0726DF) is known color: Medium Blue. HEX triplet: 07, 26 and DF. RGB value is (7,38,223). Sum of RGB (Red+Green+Blue) = 7+38+223=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 223 (87.5% from 255 or 83.21% from 268); Max value from RGB is 223 - color contains mainly: blue. Hex color #0726DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0726DF is #F8D920. Grayscale: #313131. Windows color (decimal): -16308513 or 14624263. OLE color: 14624263.

HSL color Cylindrical-coordinate representation of color #0726DF: hue angle of 231.39º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0726DF is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 38 223 -
CMYK 0.97 0.83 0 0.13
HSL 231.39º 0.94% 0.45% -
HSV(B) 231.39º 0.97% 0.87% -
XYZ 14.1 6.76 70.37 -
YUV 49.82 225.73 97.46 -
System Red Green Blue C M Y K H S L
Decimal 7 38 223 0.97 0.83 0 0.13 231.39 0.94 0.45
Hex 7 26 DF 61 53 0 D E7 5E 2D
Octal 7 46 337 141 123 0 15 347 136 55
Binary 111 100110 11011111 1100001 1010011 0 1101 11100111 1011110 101101

Color Harmonies of #0726DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0726DF

Black with #0726DF

Text Example


Text Example

White with #0726DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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