#1F4EF2

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

Shades of Royal Blue #1F4EF2

Tints of Royal Blue #1F4EF2

Color information

#1F4EF2 (or 0x1F4EF2) is unknown color: approx Royal Blue. HEX triplet: 1F, 4E and F2. RGB value is (31,78,242). Sum of RGB (Red+Green+Blue) = 31+78+242=351 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.83% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 242 (94.92% from 255 or 68.95% from 351); Max value from RGB is 242 - color contains mainly: blue. Hex color #1F4EF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F4EF2 is #E0B10D. Grayscale: #515151. Windows color (decimal): -14725390 or 15879711. OLE color: 15879711.

HSL color Cylindrical-coordinate representation of color #1F4EF2: hue angle of 226.64º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F4EF2 is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB3178242-
CMYK0.870.6800.05
HSL226.64º89.03%53.53%-
HSV(B)226.64º87.19%94.9%-
XYZ19.3212.1585.33-
YUV82.64217.9391.16-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.83%
GREEN value IS 78 (30.86% from 255) = 22.22%
BLUE value IS 242 (94.92% from 255) = 68.95%
R=8.83%
G=22.22%
B=68.95%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal31782420.870.6800.05226.6489.0353.53
Hex1F4EF2574405e35936
Octal371163621271040534313166
Binary11111100111011110010101011110001000101111000111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,78,242); }

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

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

 a { background-color: rgb(31,78,242); }

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

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

 span { border-color: rgb(31,78,242); }

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