#0715EE

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

Shades of Blue #0715EE

Tints of Blue #0715EE

Color information

#0715EE (or 0x0715EE) is unknown color: approx Blue. HEX triplet: 07, 15 and EE. RGB value is (7,21,238). Sum of RGB (Red+Green+Blue) = 7+21+238=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 238 (93.36% from 255 or 89.47% from 266); Max value from RGB is 238 - color contains mainly: blue. Hex color #0715EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0715EE is #F8EA11. Grayscale: #282828. Windows color (decimal): -16312850 or 15602951. OLE color: 15602951.

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

Color convert

RGB721238-
CMYK0.970.9100.07
HSL236.36º94.29%48.04%-
HSV(B)236.36º97.06%93.33%-
XYZ15.796.7581.36-
YUV41.55238.86103.36-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.63%
GREEN value IS 21 (8.59% from 255) = 7.89%
BLUE value IS 238 (93.36% from 255) = 89.47%
R=2.63%
G=7.89%
B=89.47%

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
Decimal7212380.970.9100.07236.3694.2948.04
Hex715EE615B07ec5e30
Octal7253561411330735413660
Binary1111010111101110110000110110110111111011001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0715EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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