#1F61E1

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

Shades of Royal Blue #1F61E1

Tints of Royal Blue #1F61E1

Color information

#1F61E1 (or 0x1F61E1) is unknown color: approx Royal Blue. HEX triplet: 1F, 61 and E1. RGB value is (31,97,225). Sum of RGB (Red+Green+Blue) = 31+97+225=353 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.78% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 225 (88.28% from 255 or 63.74% from 353); Max value from RGB is 225 - color contains mainly: blue. Hex color #1F61E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F61E1 is #E09E1E. Grayscale: #5B5B5B. Windows color (decimal): -14720543 or 14770463. OLE color: 14770463.

HSL color Cylindrical-coordinate representation of color #1F61E1: hue angle of 219.59º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F61E1 is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB3197225-
CMYK0.860.5700.12
HSL219.59º76.38%50.2%-
HSV(B)219.59º86.22%88.24%-
XYZ18.4314.2873.02-
YUV91.86203.1384.59-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.78%
GREEN value IS 97 (38.28% from 255) = 27.48%
BLUE value IS 225 (88.28% from 255) = 63.74%
R=8.78%
G=27.48%
B=63.74%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal31972250.860.5700.12219.5976.3850.2
Hex1F61E156390Cdc4c32
Octal371413411267101433411462
Binary11111110000111100001101011011100101100110111001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F61E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,97,225); }

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

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

 a { background-color: rgb(31,97,225); }

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

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

 span { border-color: rgb(31,97,225); }

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