#3860FD

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

Shades of Royal Blue #3860FD

Tints of Royal Blue #3860FD

Color information

#3860FD (or 0x3860FD) is unknown color: approx Royal Blue. HEX triplet: 38, 60 and FD. RGB value is (56,96,253). Sum of RGB (Red+Green+Blue) = 56+96+253=405 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.83% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 253 (99.22% from 255 or 62.47% from 405); Max value from RGB is 253 - color contains mainly: blue. Hex color #3860FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3860FD is #C79F02. Grayscale: #656565. Windows color (decimal): -13082371 or 16605240. OLE color: 16605240.

HSL color Cylindrical-coordinate representation of color #3860FD: hue angle of 227.82º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3860FD is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5696253-
CMYK0.780.6200.01
HSL227.82º98.01%60.59%-
HSV(B)227.82º77.87%99.22%-
XYZ23.5416.394.83-
YUV101.94213.2595.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.83%
GREEN value IS 96 (37.89% from 255) = 23.70%
BLUE value IS 253 (99.22% from 255) = 62.47%
R=13.83%
G=23.70%
B=62.47%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal56962530.780.6200.01227.8298.0160.59
Hex3860FD4E3E01e4623d
Octal70140375116760134414275
Binary111000110000011111101100111011111001111001001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3860FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3860FD; }

 p { color: rgb(56,96,253); }

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

<style>
 a { background-color: #3860FD; }

 a { background-color: rgb(56,96,253); }

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

<style>
 span { border-color: #3860FD; }

 span { border-color: rgb(56,96,253); }

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