#1F6EEE

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

Shades of Royal Blue #1F6EEE

Tints of Royal Blue #1F6EEE

Color information

#1F6EEE (or 0x1F6EEE) is unknown color: approx Royal Blue. HEX triplet: 1F, 6E and EE. RGB value is (31,110,238). Sum of RGB (Red+Green+Blue) = 31+110+238=379 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.18% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 238 (93.36% from 255 or 62.80% from 379); Max value from RGB is 238 - color contains mainly: blue. Hex color #1F6EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F6EEE is #E09111. Grayscale: #646464. Windows color (decimal): -14717202 or 15625759. OLE color: 15625759.

HSL color Cylindrical-coordinate representation of color #1F6EEE: hue angle of 217.1º 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 #1F6EEE is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB31110238-
CMYK0.870.5400.07
HSL217.1º85.89%52.75%-
HSV(B)217.1º86.97%93.33%-
XYZ21.5717.6283.15-
YUV100.97205.3378.09-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.18%
GREEN value IS 110 (43.36% from 255) = 29.02%
BLUE value IS 238 (93.36% from 255) = 62.80%
R=8.18%
G=29.02%
B=62.80%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal311102380.870.5400.07217.185.8952.75
Hex1F6EEE573607d95635
Octal37156356127660733112665
Binary1111111011101110111010101111101100111110110011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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