#1f6ae5

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

Shades of Royal Blue #1F6AE5

Tints of Royal Blue #1F6AE5

Color information

#1F6AE5 (or 0x1F6AE5) is unknown color: approx Royal Blue. HEX triplet: 1F, 6A and E5. RGB value is (31,106,229). Sum of RGB (Red+Green+Blue) = 31+106+229=366 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.47% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 229 (89.84% from 255 or 62.57% from 366); Max value from RGB is 229 - color contains mainly: blue. Hex color #1F6AE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F6AE5 is #E0951A. Grayscale: #616161. Windows color (decimal): -14718235 or 15034911. OLE color: 15034911.

HSL color Cylindrical-coordinate representation of color #1F6AE5: hue angle of 217.27º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F6AE5 is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB31106229-
CMYK0.860.5400.10
HSL217.27º79.2%50.98%-
HSV(B)217.27º86.46%89.8%-
XYZ19.8616.2676.22-
YUV97.6202.1580.5-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.47%
GREEN value IS 106 (41.80% from 255) = 28.96%
BLUE value IS 229 (89.84% from 255) = 62.57%
R=8.47%
G=28.96%
B=62.57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal311062290.860.5400.10217.2779.250.98
Hex1F6AE556360Ad94f33
Octal371523451266601233111763
Binary11111110101011100101101011011011001010110110011001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f6ae5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,106,229); }

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

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

 a { background-color: rgb(31,106,229); }

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

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

 span { border-color: rgb(31,106,229); }

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