Shades of Cerulean Blue #255CDA
Tints of Cerulean Blue #255CDA
RGB
CMYK
RGB Variations
Color information
#255CDA (or 0x255CDA) is known color: Cerulean Blue. HEX triplet: 25, 5C and DA. RGB value is (37,92,218). Sum of RGB (Red+Green+Blue) = 37+92+218=347 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.66% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #255CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255CDA is #DAA325. Grayscale: #595959. Windows color (decimal): -14328614 or 14310437. OLE color: 14310437.
HSL color Cylindrical-coordinate representation of color #255CDA: hue angle of 221.77º 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 #255CDA is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 92 | 218 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.15 |
| HSL | 221.77º | 0.71% | 0.5% | - |
| HSV(B) | 221.77º | 0.83% | 0.85% | - |
| XYZ | 17.24 | 13.11 | 67.95 | - |
| YUV | 89.92 | 200.28 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 218 | 0.83 | 0.58 | 0 | 0.15 | 221.77 | 0.71 | 0.5 |
| Hex | 25 | 5C | DA | 53 | 3A | 0 | F | DE | 47 | 32 |
| Octal | 45 | 134 | 332 | 123 | 72 | 0 | 17 | 336 | 107 | 62 |
| Binary | 100101 | 1011100 | 11011010 | 1010011 | 111010 | 0 | 1111 | 11011110 | 1000111 | 110010 |
Color Harmonies of #255CDA
Complementary color
Monochromatic Colors of #255CDA
Black with #255CDA
Text Example
Text Example
White with #255CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255CDA; }
p { color: rgb(37,92,218); }
H1.HeaderClassName
{
color: #255CDA;
}
.AnyTagClassName
{
color: #255CDA;
}
</style>
background-color css
<style>
a { background-color: #255CDA; }
a { background-color: rgb(37,92,218); }
div.DivClassName
{
background-color: #255CDA;
}
.BgClassName
{
background-color: #255CDA;
}
</style>
border-color css
<style>
span { border-color: #255CDA; }
span { border-color: rgb(37,92,218); }
td.TdClassName
{
border-color: #255CDA;
}
.TagClassName
{
border-color: #255CDA;
}
</style>