#0A37FD

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

Shades of Blue #0A37FD

Tints of Blue #0A37FD

Color information

#0A37FD (or 0x0A37FD) is unknown color: approx Blue. HEX triplet: 0A, 37 and FD. RGB value is (10,55,253). Sum of RGB (Red+Green+Blue) = 10+55+253=318 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.14% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 253 (99.22% from 255 or 79.56% from 318); Max value from RGB is 253 - color contains mainly: blue. Hex color #0A37FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A37FD is #F5C802. Grayscale: #3F3F3F. Windows color (decimal): -16107523 or 16594698. OLE color: 16594698.

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

Color convert

RGB1055253-
CMYK0.960.7800.01
HSL228.89º98.38%51.57%-
HSV(B)228.89º96.05%99.22%-
XYZ19.229.8993.82-
YUV64.12234.5989.4-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.14%
GREEN value IS 55 (21.88% from 255) = 17.30%
BLUE value IS 253 (99.22% from 255) = 79.56%
R=3.14%
G=17.30%
B=79.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal10552530.960.7800.01228.8998.3851.57
HexA37FD604E01e56234
Octal12673751401160134514264
Binary1010110111111111011100000100111001111001011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A37FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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