Shades of Cerulean Blue #2558DA
Tints of Cerulean Blue #2558DA
RGB
CMYK
RGB Variations
Color information
#2558DA (or 0x2558DA) is known color: Cerulean Blue. HEX triplet: 25, 58 and DA. RGB value is (37,88,218). Sum of RGB (Red+Green+Blue) = 37+88+218=343 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.79% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 218 (85.55% from 255 or 63.56% from 343); Max value from RGB is 218 - color contains mainly: blue. Hex color #2558DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2558DA is #DAA725. Grayscale: #575757. Windows color (decimal): -14329638 or 14309413. OLE color: 14309413.
HSL color Cylindrical-coordinate representation of color #2558DA: hue angle of 223.09º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2558DA is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 88 | 218 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.15 |
| HSL | 223.09º | 0.71% | 0.5% | - |
| HSV(B) | 223.09º | 0.83% | 0.85% | - |
| XYZ | 16.91 | 12.43 | 67.84 | - |
| YUV | 87.57 | 201.6 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 88 | 218 | 0.83 | 0.60 | 0 | 0.15 | 223.09 | 0.71 | 0.5 |
| Hex | 25 | 58 | DA | 53 | 3C | 0 | F | DF | 47 | 32 |
| Octal | 45 | 130 | 332 | 123 | 74 | 0 | 17 | 337 | 107 | 62 |
| Binary | 100101 | 1011000 | 11011010 | 1010011 | 111100 | 0 | 1111 | 11011111 | 1000111 | 110010 |
Color Harmonies of #2558DA
Complementary color
Monochromatic Colors of #2558DA
Black with #2558DA
Text Example
Text Example
White with #2558DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2558DA; }
p { color: rgb(37,88,218); }
H1.HeaderClassName
{
color: #2558DA;
}
.AnyTagClassName
{
color: #2558DA;
}
</style>
background-color css
<style>
a { background-color: #2558DA; }
a { background-color: rgb(37,88,218); }
div.DivClassName
{
background-color: #2558DA;
}
.BgClassName
{
background-color: #2558DA;
}
</style>
border-color css
<style>
span { border-color: #2558DA; }
span { border-color: rgb(37,88,218); }
td.TdClassName
{
border-color: #2558DA;
}
.TagClassName
{
border-color: #2558DA;
}
</style>