#2C60DF

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

Shades of Royal Blue #2C60DF

Tints of Royal Blue #2C60DF

Color information

#2C60DF (or 0x2C60DF) is unknown color: approx Royal Blue. HEX triplet: 2C, 60 and DF. RGB value is (44,96,223). Sum of RGB (Red+Green+Blue) = 44+96+223=363 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.12% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #2C60DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C60DF is #D39F20. Grayscale: #5E5E5E. Windows color (decimal): -13868833 or 14639148. OLE color: 14639148.

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

Color convert

RGB4496223-
CMYK0.800.5700.13
HSL222.57º73.66%52.35%-
HSV(B)222.57º80.27%87.45%-
XYZ18.5414.2371.58-
YUV94.93200.2791.67-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.12%
GREEN value IS 96 (37.89% from 255) = 26.45%
BLUE value IS 223 (87.5% from 255) = 61.43%
R=12.12%
G=26.45%
B=61.43%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal44962230.800.5700.13222.5773.6652.35
Hex2C60DF50390Ddf4a34
Octal541403371207101533711264
Binary101100110000011011111101000011100101101110111111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C60DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,96,223); }

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

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

 a { background-color: rgb(44,96,223); }

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

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

 span { border-color: rgb(44,96,223); }

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