#1854F9

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

Shades of Royal Blue #1854F9

Tints of Royal Blue #1854F9

Color information

#1854F9 (or 0x1854F9) is unknown color: approx Royal Blue. HEX triplet: 18, 54 and F9. RGB value is (24,84,249). Sum of RGB (Red+Green+Blue) = 24+84+249=357 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.72% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 249 (97.66% from 255 or 69.75% from 357); Max value from RGB is 249 - color contains mainly: blue. Hex color #1854F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1854F9 is #E7AB06. Grayscale: #545454. Windows color (decimal): -15182599 or 16339992. OLE color: 16339992.

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

Color convert

RGB2484249-
CMYK0.900.6600.02
HSL224º94.94%53.53%-
HSV(B)224º90.36%97.65%-
XYZ20.6513.3791.12-
YUV84.87220.6284.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.72%
GREEN value IS 84 (33.20% from 255) = 23.53%
BLUE value IS 249 (97.66% from 255) = 69.75%
R=6.72%
G=23.53%
B=69.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24842490.900.6600.0222494.9453.53
Hex1854F95A4202e05f36
Octal301243711321020234013766
Binary1100010101001111100110110101000010010111000001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1854F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1854F9; }

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

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

<style>
 a { background-color: #1854F9; }

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

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

<style>
 span { border-color: #1854F9; }

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

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