#2550CA

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

Shades of Cerulean Blue #2550CA

Tints of Cerulean Blue #2550CA

Color information

#2550CA (or 0x2550CA) is unknown color: approx Cerulean Blue. HEX triplet: 25, 50 and CA. RGB value is (37,80,202). Sum of RGB (Red+Green+Blue) = 37+80+202=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 202 (79.30% from 255 or 63.32% from 319); Max value from RGB is 202 - color contains mainly: blue. Hex color #2550CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2550CA is #DAAF35. Grayscale: #505050. Windows color (decimal): -14331702 or 13258789. OLE color: 13258789.

HSL color Cylindrical-coordinate representation of color #2550CA: hue angle of 224.36º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2550CA is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3780202-
CMYK0.820.6000.21
HSL224.36º69.04%46.86%-
HSV(B)224.36º81.68%79.22%-
XYZ14.2910.3957.13-
YUV81.05196.2596.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.60%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 202 (79.30% from 255) = 63.32%
R=11.60%
G=25.08%
B=63.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal37802020.820.6000.21224.3669.0446.86
Hex2550CA523C015e0452f
Octal451203121227402534010557
Binary1001011010000110010101010010111100010101111000001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2550CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2550CA; }

 p { color: rgb(37,80,202); }

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

<style>
 a { background-color: #2550CA; }

 a { background-color: rgb(37,80,202); }

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

<style>
 span { border-color: #2550CA; }

 span { border-color: rgb(37,80,202); }

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