#1F68E1

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

Shades of Royal Blue #1F68E1

Tints of Royal Blue #1F68E1

Color information

#1F68E1 (or 0x1F68E1) is unknown color: approx Royal Blue. HEX triplet: 1F, 68 and E1. RGB value is (31,104,225). Sum of RGB (Red+Green+Blue) = 31+104+225=360 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.61% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 225 (88.28% from 255 or 62.5% from 360); Max value from RGB is 225 - color contains mainly: blue. Hex color #1F68E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F68E1 is #E0971E. Grayscale: #5F5F5F. Windows color (decimal): -14718751 or 14772255. OLE color: 14772255.

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

Color convert

RGB31104225-
CMYK0.860.5400.12
HSL217.42º76.38%50.2%-
HSV(B)217.42º86.22%88.24%-
XYZ19.1115.6373.24-
YUV95.97200.8281.66-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.61%
GREEN value IS 104 (41.02% from 255) = 28.89%
BLUE value IS 225 (88.28% from 255) = 62.5%
R=8.61%
G=28.89%
B=62.5%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal311042250.860.5400.12217.4276.3850.2
Hex1F68E156360Cd94c32
Octal371503411266601433111462
Binary11111110100011100001101011011011001100110110011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F68E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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