#2550BE

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

Shades of Cerulean Blue #2550BE

Tints of Cerulean Blue #2550BE

Color information

#2550BE (or 0x2550BE) is unknown color: approx Cerulean Blue. HEX triplet: 25, 50 and BE. RGB value is (37,80,190). Sum of RGB (Red+Green+Blue) = 37+80+190=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #2550BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2550BE is #DAAF41. Grayscale: #4F4F4F. Windows color (decimal): -14331714 or 12472357. OLE color: 12472357.

HSL color Cylindrical-coordinate representation of color #2550BE: hue angle of 223.14º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2550BE is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3780190-
CMYK0.810.5800.25
HSL223.14º67.4%44.51%-
HSV(B)223.14º80.53%74.51%-
XYZ12.939.8549.93-
YUV79.68190.2597.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.05%
GREEN value IS 80 (31.64% from 255) = 26.06%
BLUE value IS 190 (74.61% from 255) = 61.89%
R=12.05%
G=26.06%
B=61.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal37801900.810.5800.25223.1467.444.51
Hex2550BE513A019df432d
Octal451202761217203133710355
Binary1001011010000101111101010001111010011001110111111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2550BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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