#2C6DDD

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

Shades of Royal Blue #2C6DDD

Tints of Royal Blue #2C6DDD

Color information

#2C6DDD (or 0x2C6DDD) is unknown color: approx Royal Blue. HEX triplet: 2C, 6D and DD. RGB value is (44,109,221). Sum of RGB (Red+Green+Blue) = 44+109+221=374 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.76% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #2C6DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C6DDD is #D39222. Grayscale: #656565. Windows color (decimal): -13865507 or 14511404. OLE color: 14511404.

HSL color Cylindrical-coordinate representation of color #2C6DDD: hue angle of 217.97º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C6DDD is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB44109221-
CMYK0.800.5100.13
HSL217.97º72.24%51.96%-
HSV(B)217.97º80.09%86.67%-
XYZ19.5616.6970.6-
YUV102.33194.9786.39-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.76%
GREEN value IS 109 (42.97% from 255) = 29.14%
BLUE value IS 221 (86.72% from 255) = 59.09%
R=11.76%
G=29.14%
B=59.09%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal441092210.800.5100.13217.9772.2451.96
Hex2C6DDD50330Dda4834
Octal541553351206301533211064
Binary101100110110111011101101000011001101101110110101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C6DDD; }

 p { color: rgb(44,109,221); }

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

<style>
 a { background-color: #2C6DDD; }

 a { background-color: rgb(44,109,221); }

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

<style>
 span { border-color: #2C6DDD; }

 span { border-color: rgb(44,109,221); }

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