#2873DF

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

Shades of Royal Blue #2873DF

Tints of Royal Blue #2873DF

Color information

#2873DF (or 0x2873DF) is unknown color: approx Royal Blue. HEX triplet: 28, 73 and DF. RGB value is (40,115,223). Sum of RGB (Red+Green+Blue) = 40+115+223=378 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.58% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #2873DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2873DF is #D78C20. Grayscale: #686868. Windows color (decimal): -14126113 or 14644008. OLE color: 14644008.

HSL color Cylindrical-coordinate representation of color #2873DF: hue angle of 215.41º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2873DF is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB40115223-
CMYK0.820.4800.13
HSL215.41º74.09%51.57%-
HSV(B)215.41º82.06%87.45%-
XYZ20.3318.0472.22-
YUV104.89194.6581.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.58%
GREEN value IS 115 (45.31% from 255) = 30.42%
BLUE value IS 223 (87.5% from 255) = 58.99%
R=10.58%
G=30.42%
B=58.99%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal401152230.820.4800.13215.4174.0951.57
Hex2873DF52300Dd74a34
Octal501633371226001532711264
Binary101000111001111011111101001011000001101110101111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2873DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2873DF; }

 p { color: rgb(40,115,223); }

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

<style>
 a { background-color: #2873DF; }

 a { background-color: rgb(40,115,223); }

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

<style>
 span { border-color: #2873DF; }

 span { border-color: rgb(40,115,223); }

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