#0A36FD

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

Shades of Blue #0A36FD

Tints of Blue #0A36FD

Color information

#0A36FD (or 0x0A36FD) is unknown color: approx Blue. HEX triplet: 0A, 36 and FD. RGB value is (10,54,253). Sum of RGB (Red+Green+Blue) = 10+54+253=317 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.15% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 253 (99.22% from 255 or 79.81% from 317); Max value from RGB is 253 - color contains mainly: blue. Hex color #0A36FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A36FD is #F5C902. Grayscale: #3E3E3E. Windows color (decimal): -16107779 or 16594442. OLE color: 16594442.

HSL color Cylindrical-coordinate representation of color #0A36FD: hue angle of 229.14º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A36FD is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB1054253-
CMYK0.960.7900.01
HSL229.14º98.38%51.57%-
HSV(B)229.14º96.05%99.22%-
XYZ19.179.7993.81-
YUV63.53234.9289.82-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.15%
GREEN value IS 54 (21.48% from 255) = 17.03%
BLUE value IS 253 (99.22% from 255) = 79.81%
R=3.15%
G=17.03%
B=79.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal10542530.960.7900.01229.1498.3851.57
HexA36FD604F01e56234
Octal12663751401170134514264
Binary1010110110111111011100000100111101111001011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A36FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,54,253); }

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

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

 a { background-color: rgb(10,54,253); }

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

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

 span { border-color: rgb(10,54,253); }

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