#1B54F9

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

Shades of Royal Blue #1B54F9

Tints of Royal Blue #1B54F9

Color information

#1B54F9 (or 0x1B54F9) is unknown color: approx Royal Blue. HEX triplet: 1B, 54 and F9. RGB value is (27,84,249). Sum of RGB (Red+Green+Blue) = 27+84+249=360 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.5% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 249 (97.66% from 255 or 69.17% from 360); Max value from RGB is 249 - color contains mainly: blue. Hex color #1B54F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B54F9 is #E4AB06. Grayscale: #555555. Windows color (decimal): -14985991 or 16339995. OLE color: 16339995.

HSL color Cylindrical-coordinate representation of color #1B54F9: hue angle of 224.59º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B54F9 is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2784249-
CMYK0.890.6600.02
HSL224.59º94.87%54.12%-
HSV(B)224.59º89.16%97.65%-
XYZ20.7213.4191.12-
YUV85.77220.1286.08-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.5%
GREEN value IS 84 (33.20% from 255) = 23.33%
BLUE value IS 249 (97.66% from 255) = 69.17%
R=7.5%
G=23.33%
B=69.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal27842490.890.6600.02224.5994.8754.12
Hex1B54F9594202e15f36
Octal331243711311020234113766
Binary1101110101001111100110110011000010010111000011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B54F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,84,249); }

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

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

 a { background-color: rgb(27,84,249); }

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

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

 span { border-color: rgb(27,84,249); }

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