#1a60f4

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

Shades of Royal Blue #1A60F4

Tints of Royal Blue #1A60F4

Color information

#1A60F4 (or 0x1A60F4) is unknown color: approx Royal Blue. HEX triplet: 1A, 60 and F4. RGB value is (26,96,244). Sum of RGB (Red+Green+Blue) = 26+96+244=366 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.10% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 244 (95.70% from 255 or 66.67% from 366); Max value from RGB is 244 - color contains mainly: blue. Hex color #1A60F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A60F4 is #E59F0B. Grayscale: #5B5B5B. Windows color (decimal): -15048460 or 16015386. OLE color: 16015386.

HSL color Cylindrical-coordinate representation of color #1A60F4: hue angle of 220.73º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A60F4 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB2696244-
CMYK0.890.6100.04
HSL220.73º90.83%52.94%-
HSV(B)220.73º89.34%95.69%-
XYZ20.9415.1287.4-
YUV91.94213.8180.97-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.10%
GREEN value IS 96 (37.89% from 255) = 26.23%
BLUE value IS 244 (95.70% from 255) = 66.67%
R=7.10%
G=26.23%
B=66.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal26962440.890.6100.04220.7390.8352.94
Hex1A60F4593D04dd5b35
Octal32140364131750433513365
Binary1101011000001111010010110011111010100110111011011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a60f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,96,244); }

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

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

 a { background-color: rgb(26,96,244); }

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

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

 span { border-color: rgb(26,96,244); }

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