#0A3CFA

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

Shades of Blue #0A3CFA

Tints of Blue #0A3CFA

Color information

#0A3CFA (or 0x0A3CFA) is unknown color: approx Blue. HEX triplet: 0A, 3C and FA. RGB value is (10,60,250). Sum of RGB (Red+Green+Blue) = 10+60+250=320 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 250 (98.05% from 255 or 78.12% from 320); Max value from RGB is 250 - color contains mainly: blue. Hex color #0A3CFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A3CFA is #F5C305. Grayscale: #414141. Windows color (decimal): -16106246 or 16399370. OLE color: 16399370.

HSL color Cylindrical-coordinate representation of color #0A3CFA: hue angle of 227.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A3CFA is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1060250-
CMYK0.960.7600.02
HSL227.5º96%50.98%-
HSV(B)227.5º96%98.04%-
XYZ1910.291.41-
YUV66.71231.4487.55-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.12%
GREEN value IS 60 (23.83% from 255) = 18.75%
BLUE value IS 250 (98.05% from 255) = 78.12%
R=3.12%
G=18.75%
B=78.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal10602500.960.7600.02227.59650.98
HexA3CFA604C02e46033
Octal12743721401140234414063
Binary10101111001111101011000001001100010111001001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,60,250); }

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

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

 a { background-color: rgb(10,60,250); }

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

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

 span { border-color: rgb(10,60,250); }

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