#2C6EDD

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

Shades of Royal Blue #2C6EDD

Tints of Royal Blue #2C6EDD

Color information

#2C6EDD (or 0x2C6EDD) is unknown color: approx Royal Blue. HEX triplet: 2C, 6E and DD. RGB value is (44,110,221). Sum of RGB (Red+Green+Blue) = 44+110+221=375 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.73% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #2C6EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C6EDD is #D39122. Grayscale: #666666. Windows color (decimal): -13865251 or 14511660. OLE color: 14511660.

HSL color Cylindrical-coordinate representation of color #2C6EDD: hue angle of 217.63º 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 #2C6EDD is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB44110221-
CMYK0.800.5000.13
HSL217.63º72.24%51.96%-
HSV(B)217.63º80.09%86.67%-
XYZ19.6716.9170.63-
YUV102.92194.6385.97-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.73%
GREEN value IS 110 (43.36% from 255) = 29.33%
BLUE value IS 221 (86.72% from 255) = 58.93%
R=11.73%
G=29.33%
B=58.93%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal441102210.800.5000.13217.6372.2451.96
Hex2C6EDD50320Dda4834
Octal541563351206201533211064
Binary101100110111011011101101000011001001101110110101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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