#2863D8

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

Shades of Royal Blue #2863D8

Tints of Royal Blue #2863D8

Color information

#2863D8 (or 0x2863D8) is unknown color: approx Royal Blue. HEX triplet: 28, 63 and D8. RGB value is (40,99,216). Sum of RGB (Red+Green+Blue) = 40+99+216=355 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.27% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 216 (84.77% from 255 or 60.85% from 355); Max value from RGB is 216 - color contains mainly: blue. Hex color #2863D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2863D8 is #D79C27. Grayscale: #5E5E5E. Windows color (decimal): -14130216 or 14181160. OLE color: 14181160.

HSL color Cylindrical-coordinate representation of color #2863D8: hue angle of 219.89º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2863D8 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4099216-
CMYK0.810.5400.15
HSL219.89º69.29%50.2%-
HSV(B)219.89º81.48%84.71%-
XYZ17.7314.3366.8-
YUV94.7196.4588.99-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.27%
GREEN value IS 99 (39.06% from 255) = 27.89%
BLUE value IS 216 (84.77% from 255) = 60.85%
R=11.27%
G=27.89%
B=60.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal40992160.810.5400.15219.8969.2950.2
Hex2863D851360Fdc4532
Octal501433301216601733410562
Binary101000110001111011000101000111011001111110111001000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2863D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2863D8; }

 p { color: rgb(40,99,216); }

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

<style>
 a { background-color: #2863D8; }

 a { background-color: rgb(40,99,216); }

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

<style>
 span { border-color: #2863D8; }

 span { border-color: rgb(40,99,216); }

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