#2550BA

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

Shades of Cerulean Blue #2550BA

Tints of Cerulean Blue #2550BA

Color information

#2550BA (or 0x2550BA) is unknown color: approx Cerulean Blue. HEX triplet: 25, 50 and BA. RGB value is (37,80,186). Sum of RGB (Red+Green+Blue) = 37+80+186=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #2550BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2550BA is #DAAF45. Grayscale: #4E4E4E. Windows color (decimal): -14331718 or 12210213. OLE color: 12210213.

HSL color Cylindrical-coordinate representation of color #2550BA: hue angle of 222.68º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2550BA is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3780186-
CMYK0.800.5700.27
HSL222.68º66.82%43.73%-
HSV(B)222.68º80.11%72.94%-
XYZ12.499.6847.66-
YUV79.23188.2597.88-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.21%
GREEN value IS 80 (31.64% from 255) = 26.40%
BLUE value IS 186 (73.05% from 255) = 61.39%
R=12.21%
G=26.40%
B=61.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal37801860.800.5700.27222.6866.8243.73
Hex2550BA503901Bdf432c
Octal451202721207103333710354
Binary1001011010000101110101010000111001011011110111111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2550BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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