#1656F7

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

Shades of Royal Blue #1656F7

Tints of Royal Blue #1656F7

Color information

#1656F7 (or 0x1656F7) is unknown color: approx Royal Blue. HEX triplet: 16, 56 and F7. RGB value is (22,86,247). Sum of RGB (Red+Green+Blue) = 22+86+247=355 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.20% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 247 (96.88% from 255 or 69.58% from 355); Max value from RGB is 247 - color contains mainly: blue. Hex color #1656F7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1656F7 is #E9A908. Grayscale: #545454. Windows color (decimal): -15313161 or 16209430. OLE color: 16209430.

HSL color Cylindrical-coordinate representation of color #1656F7: hue angle of 222.93º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1656F7 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB2286247-
CMYK0.910.6500.03
HSL222.93º93.36%52.75%-
HSV(B)222.93º91.09%96.86%-
XYZ20.4513.5489.53-
YUV85.22219.382.91-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.20%
GREEN value IS 86 (33.98% from 255) = 24.23%
BLUE value IS 247 (96.88% from 255) = 69.58%
R=6.20%
G=24.23%
B=69.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal22862470.910.6500.03222.9393.3652.75
Hex1656F75B4103df5d35
Octal261263671331010333713565
Binary1011010101101111011110110111000001011110111111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1656F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1656F7; }

 p { color: rgb(22,86,247); }

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

<style>
 a { background-color: #1656F7; }

 a { background-color: rgb(22,86,247); }

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

<style>
 span { border-color: #1656F7; }

 span { border-color: rgb(22,86,247); }

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