#1F4CF0

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

Shades of Royal Blue #1F4CF0

Tints of Royal Blue #1F4CF0

Color information

#1F4CF0 (or 0x1F4CF0) is unknown color: approx Royal Blue. HEX triplet: 1F, 4C and F0. RGB value is (31,76,240). Sum of RGB (Red+Green+Blue) = 31+76+240=347 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.93% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 240 (94.14% from 255 or 69.16% from 347); Max value from RGB is 240 - color contains mainly: blue. Hex color #1F4CF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F4CF0 is #E0B30F. Grayscale: #505050. Windows color (decimal): -14725904 or 15748127. OLE color: 15748127.

HSL color Cylindrical-coordinate representation of color #1F4CF0: hue angle of 227.08º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F4CF0 is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3176240-
CMYK0.870.6800.06
HSL227.08º87.45%53.14%-
HSV(B)227.08º87.08%94.12%-
XYZ18.8811.7583.71-
YUV81.24217.5992.16-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.93%
GREEN value IS 76 (30.08% from 255) = 21.90%
BLUE value IS 240 (94.14% from 255) = 69.16%
R=8.93%
G=21.90%
B=69.16%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal31762400.870.6800.06227.0887.4553.14
Hex1F4CF0574406e35735
Octal371143601271040634312765
Binary11111100110011110000101011110001000110111000111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,76,240); }

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

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

 a { background-color: rgb(31,76,240); }

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

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

 span { border-color: rgb(31,76,240); }

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