#1658F9

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

Shades of Royal Blue #1658F9

Tints of Royal Blue #1658F9

Color information

#1658F9 (or 0x1658F9) is unknown color: approx Royal Blue. HEX triplet: 16, 58 and F9. RGB value is (22,88,249). Sum of RGB (Red+Green+Blue) = 22+88+249=359 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.13% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 249 (97.66% from 255 or 69.36% from 359); Max value from RGB is 249 - color contains mainly: blue. Hex color #1658F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1658F9 is #E9A706. Grayscale: #555555. Windows color (decimal): -15312647 or 16341014. OLE color: 16341014.

HSL color Cylindrical-coordinate representation of color #1658F9: hue angle of 222.56º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1658F9 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2288249-
CMYK0.910.6500.02
HSL222.56º94.98%53.14%-
HSV(B)222.56º91.16%97.65%-
XYZ20.9213.9991.22-
YUV86.62219.6381.91-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.13%
GREEN value IS 88 (34.77% from 255) = 24.51%
BLUE value IS 249 (97.66% from 255) = 69.36%
R=6.13%
G=24.51%
B=69.36%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal22882490.910.6500.02222.5694.9853.14
Hex1658F95B4102df5f35
Octal261303711331010233713765
Binary1011010110001111100110110111000001010110111111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1658F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,88,249); }

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

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

 a { background-color: rgb(22,88,249); }

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

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

 span { border-color: rgb(22,88,249); }

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