#2C50C8

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

Shades of Cerulean Blue #2C50C8

Tints of Cerulean Blue #2C50C8

Color information

#2C50C8 (or 0x2C50C8) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 50 and C8. RGB value is (44,80,200). Sum of RGB (Red+Green+Blue) = 44+80+200=324 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.58% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 200 (78.52% from 255 or 61.73% from 324); Max value from RGB is 200 - color contains mainly: blue. Hex color #2C50C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C50C8 is #D3AF37. Grayscale: #525252. Windows color (decimal): -13872952 or 13127724. OLE color: 13127724.

HSL color Cylindrical-coordinate representation of color #2C50C8: hue angle of 226.15º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C50C8 is Cyan = 0.78, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4480200-
CMYK0.780.600.22
HSL226.15º63.93%47.84%-
HSV(B)226.15º78%78.43%-
XYZ14.3310.4455.9-
YUV82.92194.07100.24-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.58%
GREEN value IS 80 (31.64% from 255) = 24.69%
BLUE value IS 200 (78.52% from 255) = 61.73%
R=13.58%
G=24.69%
B=61.73%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal44802000.780.600.22226.1563.9347.84
Hex2C50C84E3C016e24030
Octal541203101167402634210060
Binary1011001010000110010001001110111100010110111000101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C50C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,80,200); }

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

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

 a { background-color: rgb(44,80,200); }

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

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

 span { border-color: rgb(44,80,200); }

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