#0716EE

Color #0716EE Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #0716EE

Tints of Blue #0716EE

Color information

#0716EE (or 0x0716EE) is unknown color: approx Blue. HEX triplet: 07, 16 and EE. RGB value is (7,22,238). Sum of RGB (Red+Green+Blue) = 7+22+238=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 238 (93.36% from 255 or 89.14% from 267); Max value from RGB is 238 - color contains mainly: blue. Hex color #0716EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0716EE is #F8E911. Grayscale: #292929. Windows color (decimal): -16312594 or 15603207. OLE color: 15603207.

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

Color convert

RGB722238-
CMYK0.970.9100.07
HSL236.1º94.29%48.04%-
HSV(B)236.1º97.06%93.33%-
XYZ15.816.7981.37-
YUV42.14238.53102.94-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.62%
GREEN value IS 22 (8.98% from 255) = 8.24%
BLUE value IS 238 (93.36% from 255) = 89.14%
R=2.62%
G=8.24%
B=89.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal7222380.970.9100.07236.194.2948.04
Hex716EE615B07ec5e30
Octal7263561411330735413660
Binary1111011011101110110000110110110111111011001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0716EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0716EE;
 }
 .AnyTagClassName
 {
   color: #0716EE;
 }
</style>
background-color css

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

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

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

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

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

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