#2865FB

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

Shades of Royal Blue #2865FB

Tints of Royal Blue #2865FB

Color information

#2865FB (or 0x2865FB) is unknown color: approx Royal Blue. HEX triplet: 28, 65 and FB. RGB value is (40,101,251). Sum of RGB (Red+Green+Blue) = 40+101+251=392 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.20% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #2865FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2865FB is #D79A04. Grayscale: #636363. Windows color (decimal): -14129669 or 16475432. OLE color: 16475432.

HSL color Cylindrical-coordinate representation of color #2865FB: hue angle of 222.65º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2865FB is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB40101251-
CMYK0.840.6000.02
HSL222.65º96.35%57.06%-
HSV(B)222.65º84.06%98.43%-
XYZ22.9416.7293.29-
YUV99.86213.2985.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.20%
GREEN value IS 101 (39.84% from 255) = 25.77%
BLUE value IS 251 (98.44% from 255) = 64.03%
R=10.20%
G=25.77%
B=64.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal401012510.840.6000.02222.6596.3557.06
Hex2865FB543C02df6039
Octal50145373124740233714071
Binary1010001100101111110111010100111100010110111111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2865FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2865FB; }

 p { color: rgb(40,101,251); }

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

<style>
 a { background-color: #2865FB; }

 a { background-color: rgb(40,101,251); }

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

<style>
 span { border-color: #2865FB; }

 span { border-color: rgb(40,101,251); }

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