#0A00FE

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

Shades of Blue #0A00FE

Tints of Blue #0A00FE

Color information

#0A00FE (or 0x0A00FE) is unknown color: approx Blue. HEX triplet: 0A, 00 and FE. RGB value is (10,0,254). Sum of RGB (Red+Green+Blue) = 10+0+254=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 254 (99.61% from 255 or 96.21% from 264); Max value from RGB is 254 - color contains mainly: blue. Hex color #0A00FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A00FE is #F5FF01. Grayscale: #1E1E1E. Windows color (decimal): -16121602 or 16646154. OLE color: 16646154.

HSL color Cylindrical-coordinate representation of color #0A00FE: hue angle of 242.36º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A00FE is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB100254-
CMYK0.96100.00
HSL242.36º100%49.8%-
HSV(B)242.36º100%99.61%-
XYZ18.017.2294.21-
YUV31.95253.31112.35-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 254 (99.61% from 255) = 96.21%
R=3.79%
G=0%
B=96.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1002540.96100.00242.3610049.8
HexA0FE606400f26432
Octal1203761401440036214462
Binary10100111111101100000110010000111100101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A00FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,0,254); }

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

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

 a { background-color: rgb(10,0,254); }

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

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

 span { border-color: rgb(10,0,254); }

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