Shades of Cerulean Blue #2558C1
Tints of Cerulean Blue #2558C1
RGB
CMYK
RGB Variations
Color information
#2558C1 (or 0x2558C1) is known color: Cerulean Blue. HEX triplet: 25, 58 and C1. RGB value is (37,88,193). Sum of RGB (Red+Green+Blue) = 37+88+193=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 193 (75.78% from 255 or 60.69% from 318); Max value from RGB is 193 - color contains mainly: blue. Hex color #2558C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2558C1 is #DAA73E. Grayscale: #545454. Windows color (decimal): -14329663 or 12671013. OLE color: 12671013.
HSL color Cylindrical-coordinate representation of color #2558C1: hue angle of 220.38º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2558C1 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 88 | 193 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.24 |
| HSL | 220.38º | 0.68% | 0.45% | - |
| HSV(B) | 220.38º | 0.81% | 0.76% | - |
| XYZ | 13.88 | 11.22 | 51.89 | - |
| YUV | 84.72 | 189.1 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 88 | 193 | 0.81 | 0.54 | 0 | 0.24 | 220.38 | 0.68 | 0.45 |
| Hex | 25 | 58 | C1 | 51 | 36 | 0 | 18 | DC | 44 | 2D |
| Octal | 45 | 130 | 301 | 121 | 66 | 0 | 30 | 334 | 104 | 55 |
| Binary | 100101 | 1011000 | 11000001 | 1010001 | 110110 | 0 | 11000 | 11011100 | 1000100 | 101101 |
Color Harmonies of #2558C1
Complementary color
Monochromatic Colors of #2558C1
Black with #2558C1
Text Example
Text Example
White with #2558C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2558C1; }
p { color: rgb(37,88,193); }
H1.HeaderClassName
{
color: #2558C1;
}
.AnyTagClassName
{
color: #2558C1;
}
</style>
background-color css
<style>
a { background-color: #2558C1; }
a { background-color: rgb(37,88,193); }
div.DivClassName
{
background-color: #2558C1;
}
.BgClassName
{
background-color: #2558C1;
}
</style>
border-color css
<style>
span { border-color: #2558C1; }
span { border-color: rgb(37,88,193); }
td.TdClassName
{
border-color: #2558C1;
}
.TagClassName
{
border-color: #2558C1;
}
</style>