#1B60F8

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

Shades of Royal Blue #1B60F8

Tints of Royal Blue #1B60F8

Color information

#1B60F8 (or 0x1B60F8) is unknown color: approx Royal Blue. HEX triplet: 1B, 60 and F8. RGB value is (27,96,248). Sum of RGB (Red+Green+Blue) = 27+96+248=371 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.28% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 248 (97.27% from 255 or 66.85% from 371); Max value from RGB is 248 - color contains mainly: blue. Hex color #1B60F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B60F8 is #E49F07. Grayscale: #5C5C5C. Windows color (decimal): -14982920 or 16277531. OLE color: 16277531.

HSL color Cylindrical-coordinate representation of color #1B60F8: hue angle of 221.27º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B60F8 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB2796248-
CMYK0.890.6100.03
HSL221.27º94.04%53.92%-
HSV(B)221.27º89.11%97.25%-
XYZ21.5815.3890.64-
YUV92.7215.6481.14-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.28%
GREEN value IS 96 (37.89% from 255) = 25.88%
BLUE value IS 248 (97.27% from 255) = 66.85%
R=7.28%
G=25.88%
B=66.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal27962480.890.6100.03221.2794.0453.92
Hex1B60F8593D03dd5e36
Octal33140370131750333513666
Binary110111100000111110001011001111101011110111011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B60F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,96,248); }

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

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

 a { background-color: rgb(27,96,248); }

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

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

 span { border-color: rgb(27,96,248); }

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