#0A02EE

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

Shades of Blue #0A02EE

Tints of Blue #0A02EE

Color information

#0A02EE (or 0x0A02EE) is unknown color: approx Blue. HEX triplet: 0A, 02 and EE. RGB value is (10,2,238). Sum of RGB (Red+Green+Blue) = 10+2+238=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 238 (93.36% from 255 or 95.2% from 250); Max value from RGB is 238 - color contains mainly: blue. Hex color #0A02EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A02EE is #F5FD11. Grayscale: #1E1E1E. Windows color (decimal): -16121106 or 15598090. OLE color: 15598090.

HSL color Cylindrical-coordinate representation of color #0A02EE: hue angle of 242.03º 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 #0A02EE is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB102238-
CMYK0.960.9900.07
HSL242.03º98.33%47.06%-
HSV(B)242.03º99.16%93.33%-
XYZ15.586.2881.28-
YUV31.3244.65112.81-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4%
GREEN value IS 2 (1.17% from 255) = 0.8%
BLUE value IS 238 (93.36% from 255) = 95.2%
R=4%
G=0.8%
B=95.2%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1022380.960.9900.07242.0398.3347.06
HexA2EE606307f2622f
Octal1223561401430736214257
Binary10101011101110110000011000110111111100101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A02EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A02EE; }

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

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

<style>
 a { background-color: #0A02EE; }

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

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

<style>
 span { border-color: #0A02EE; }

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

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