#2558CC

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

Shades of Cerulean Blue #2558CC

Tints of Cerulean Blue #2558CC

Color information

#2558CC (or 0x2558CC) is unknown color: approx Cerulean Blue. HEX triplet: 25, 58 and CC. RGB value is (37,88,204). Sum of RGB (Red+Green+Blue) = 37+88+204=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #2558CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2558CC is #DAA733. Grayscale: #555555. Windows color (decimal): -14329652 or 13391909. OLE color: 13391909.

HSL color Cylindrical-coordinate representation of color #2558CC: hue angle of 221.68º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2558CC is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB3788204-
CMYK0.820.5700.2
HSL221.68º69.29%47.25%-
HSV(B)221.68º81.86%80%-
XYZ15.1511.7358.59-
YUV85.98194.693.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.25%
GREEN value IS 88 (34.77% from 255) = 26.75%
BLUE value IS 204 (80.08% from 255) = 62.01%
R=11.25%
G=26.75%
B=62.01%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal37882040.820.5700.2221.6869.2947.25
Hex2558CC5239014de452f
Octal451303141227102433610557
Binary1001011011000110011001010010111001010100110111101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2558CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2558CC; }

 p { color: rgb(37,88,204); }

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

<style>
 a { background-color: #2558CC; }

 a { background-color: rgb(37,88,204); }

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

<style>
 span { border-color: #2558CC; }

 span { border-color: rgb(37,88,204); }

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