#2865DD

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

Shades of Royal Blue #2865DD

Tints of Royal Blue #2865DD

Color information

#2865DD (or 0x2865DD) is unknown color: approx Royal Blue. HEX triplet: 28, 65 and DD. RGB value is (40,101,221). Sum of RGB (Red+Green+Blue) = 40+101+221=362 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.05% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #2865DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2865DD is #D79A22. Grayscale: #5F5F5F. Windows color (decimal): -14129699 or 14509352. OLE color: 14509352.

HSL color Cylindrical-coordinate representation of color #2865DD: hue angle of 219.78º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2865DD is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB40101221-
CMYK0.820.5400.13
HSL219.78º72.69%51.18%-
HSV(B)219.78º81.9%86.67%-
XYZ18.5814.9870.32-
YUV96.44198.2987.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.05%
GREEN value IS 101 (39.84% from 255) = 27.90%
BLUE value IS 221 (86.72% from 255) = 61.05%
R=11.05%
G=27.90%
B=61.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal401012210.820.5400.13219.7872.6951.18
Hex2865DD52360Ddc4933
Octal501453351226601533411163
Binary101000110010111011101101001011011001101110111001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2865DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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