#2C78DD

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

Shades of Royal Blue #2C78DD

Tints of Royal Blue #2C78DD

Color information

#2C78DD (or 0x2C78DD) is unknown color: approx Royal Blue. HEX triplet: 2C, 78 and DD. RGB value is (44,120,221). Sum of RGB (Red+Green+Blue) = 44+120+221=385 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.43% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #2C78DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C78DD is #D38722. Grayscale: #6C6C6C. Windows color (decimal): -13862691 or 14514220. OLE color: 14514220.

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

Color convert

RGB44120221-
CMYK0.800.4600.13
HSL214.24º72.24%51.96%-
HSV(B)214.24º80.09%86.67%-
XYZ20.8119.1971.01-
YUV108.79191.3281.79-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.43%
GREEN value IS 120 (47.27% from 255) = 31.17%
BLUE value IS 221 (86.72% from 255) = 57.40%
R=11.43%
G=31.17%
B=57.40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal441202210.800.4600.13214.2472.2451.96
Hex2C78DD502E0Dd64834
Octal541703351205601532611064
Binary101100111100011011101101000010111001101110101101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C78DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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