#1A05FD

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

Shades of Blue #1A05FD

Tints of Blue #1A05FD

Color information

#1A05FD (or 0x1A05FD) is unknown color: approx Blue. HEX triplet: 1A, 05 and FD. RGB value is (26,5,253). Sum of RGB (Red+Green+Blue) = 26+5+253=284 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.15% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 253 (99.22% from 255 or 89.08% from 284); Max value from RGB is 253 - color contains mainly: blue. Hex color #1A05FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1A05FD is #E5FA02. Grayscale: #262626. Windows color (decimal): -15071747 or 16581914. OLE color: 16581914.

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

Color convert

RGB265253-
CMYK0.900.9800.01
HSL245.08º98.41%50.59%-
HSV(B)245.08º98.02%99.22%-
XYZ18.217.4293.4-
YUV39.55248.46118.33-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.15%
GREEN value IS 5 (2.34% from 255) = 1.76%
BLUE value IS 253 (99.22% from 255) = 89.08%
R=9.15%
G=1.76%
B=89.08%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2652530.900.9800.01245.0898.4150.59
Hex1A5FD5A6201f56233
Octal3253751321420136514263
Binary11010101111111011011010110001001111101011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A05FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A05FD; }

 p { color: rgb(26,5,253); }

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

<style>
 a { background-color: #1A05FD; }

 a { background-color: rgb(26,5,253); }

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

<style>
 span { border-color: #1A05FD; }

 span { border-color: rgb(26,5,253); }

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