#1F4FF2

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

Shades of Royal Blue #1F4FF2

Tints of Royal Blue #1F4FF2

Color information

#1F4FF2 (or 0x1F4FF2) is unknown color: approx Royal Blue. HEX triplet: 1F, 4F and F2. RGB value is (31,79,242). Sum of RGB (Red+Green+Blue) = 31+79+242=352 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.81% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 242 (94.92% from 255 or 68.75% from 352); Max value from RGB is 242 - color contains mainly: blue. Hex color #1F4FF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F4FF2 is #E0B00D. Grayscale: #525252. Windows color (decimal): -14725134 or 15879967. OLE color: 15879967.

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

Color convert

RGB3179242-
CMYK0.870.6700.05
HSL226.35º89.03%53.53%-
HSV(B)226.35º87.19%94.9%-
XYZ19.3912.2985.36-
YUV83.23217.690.75-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.81%
GREEN value IS 79 (31.25% from 255) = 22.44%
BLUE value IS 242 (94.92% from 255) = 68.75%
R=8.81%
G=22.44%
B=68.75%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal31792420.870.6700.05226.3589.0353.53
Hex1F4FF2574305e25936
Octal371173621271030534213166
Binary11111100111111110010101011110000110101111000101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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