#2C6CDD

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

Shades of Royal Blue #2C6CDD

Tints of Royal Blue #2C6CDD

Color information

#2C6CDD (or 0x2C6CDD) is unknown color: approx Royal Blue. HEX triplet: 2C, 6C and DD. RGB value is (44,108,221). Sum of RGB (Red+Green+Blue) = 44+108+221=373 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.80% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #2C6CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C6CDD is #D39322. Grayscale: #656565. Windows color (decimal): -13865763 or 14511148. OLE color: 14511148.

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

Color convert

RGB44108221-
CMYK0.800.5100.13
HSL218.31º72.24%51.96%-
HSV(B)218.31º80.09%86.67%-
XYZ19.4516.4870.56-
YUV101.75195.386.81-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.80%
GREEN value IS 108 (42.58% from 255) = 28.95%
BLUE value IS 221 (86.72% from 255) = 59.25%
R=11.80%
G=28.95%
B=59.25%

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
Decimal441082210.800.5100.13218.3172.2451.96
Hex2C6CDD50330Dda4834
Octal541543351206301533211064
Binary101100110110011011101101000011001101101110110101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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