#0802EE

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

Shades of Blue #0802EE

Tints of Blue #0802EE

Color information

#0802EE (or 0x0802EE) is unknown color: approx Blue. HEX triplet: 08, 02 and EE. RGB value is (8,2,238). Sum of RGB (Red+Green+Blue) = 8+2+238=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 238 (93.36% from 255 or 95.97% from 248); Max value from RGB is 238 - color contains mainly: blue. Hex color #0802EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0802EE is #F7FD11. Grayscale: #1D1D1D. Windows color (decimal): -16252178 or 15598088. OLE color: 15598088.

HSL color Cylindrical-coordinate representation of color #0802EE: hue angle of 241.53º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0802EE is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB82238-
CMYK0.970.9900.07
HSL241.53º98.33%47.06%-
HSV(B)241.53º99.16%93.33%-
XYZ15.556.2781.28-
YUV30.7244.99111.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.23%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 238 (93.36% from 255) = 95.97%
R=3.23%
G=0.81%
B=95.97%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal822380.970.9900.07241.5398.3347.06
Hex82EE616307f2622f
Octal1023561411430736214257
Binary10001011101110110000111000110111111100101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0802EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,2,238); }

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

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

 a { background-color: rgb(8,2,238); }

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

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

 span { border-color: rgb(8,2,238); }

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