#1F6CE3

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

Shades of Royal Blue #1F6CE3

Tints of Royal Blue #1F6CE3

Color information

#1F6CE3 (or 0x1F6CE3) is unknown color: approx Royal Blue. HEX triplet: 1F, 6C and E3. RGB value is (31,108,227). Sum of RGB (Red+Green+Blue) = 31+108+227=366 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.47% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 227 (89.06% from 255 or 62.02% from 366); Max value from RGB is 227 - color contains mainly: blue. Hex color #1F6CE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F6CE3 is #E0931C. Grayscale: #616161. Windows color (decimal): -14717725 or 14904351. OLE color: 14904351.

HSL color Cylindrical-coordinate representation of color #1F6CE3: hue angle of 216.43º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F6CE3 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB31108227-
CMYK0.860.5200.11
HSL216.43º77.78%50.59%-
HSV(B)216.43º86.34%89.02%-
XYZ19.7916.5674.83-
YUV98.54200.4979.82-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.47%
GREEN value IS 108 (42.58% from 255) = 29.51%
BLUE value IS 227 (89.06% from 255) = 62.02%
R=8.47%
G=29.51%
B=62.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal311082270.860.5200.11216.4377.7850.59
Hex1F6CE356340Bd84e33
Octal371543431266401333011663
Binary11111110110011100011101011011010001011110110001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,108,227); }

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

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

 a { background-color: rgb(31,108,227); }

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

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

 span { border-color: rgb(31,108,227); }

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