#1F61EE

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

Shades of Royal Blue #1F61EE

Tints of Royal Blue #1F61EE

Color information

#1F61EE (or 0x1F61EE) is unknown color: approx Royal Blue. HEX triplet: 1F, 61 and EE. RGB value is (31,97,238). Sum of RGB (Red+Green+Blue) = 31+97+238=366 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.47% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 238 (93.36% from 255 or 65.03% from 366); Max value from RGB is 238 - color contains mainly: blue. Hex color #1F61EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F61EE is #E09E11. Grayscale: #5C5C5C. Windows color (decimal): -14720530 or 15622431. OLE color: 15622431.

HSL color Cylindrical-coordinate representation of color #1F61EE: hue angle of 220.87º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F61EE is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3197238-
CMYK0.870.5900.07
HSL220.87º85.89%52.75%-
HSV(B)220.87º86.97%93.33%-
XYZ20.2715.0182.72-
YUV93.34209.6383.54-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.47%
GREEN value IS 97 (38.28% from 255) = 26.50%
BLUE value IS 238 (93.36% from 255) = 65.03%
R=8.47%
G=26.50%
B=65.03%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal31972380.870.5900.07220.8785.8952.75
Hex1F61EE573B07dd5635
Octal37141356127730733512665
Binary1111111000011110111010101111110110111110111011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F61EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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