Shades of Cerulean Blue #255CBD
Tints of Cerulean Blue #255CBD
RGB
CMYK
RGB Variations
Color information
#255CBD (or 0x255CBD) is known color: Cerulean Blue. HEX triplet: 25, 5C and BD. RGB value is (37,92,189). Sum of RGB (Red+Green+Blue) = 37+92+189=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 189 (74.22% from 255 or 59.43% from 318); Max value from RGB is 189 - color contains mainly: blue. Hex color #255CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255CBD is #DAA342. Grayscale: #565656. Windows color (decimal): -14328643 or 12409893. OLE color: 12409893.
HSL color Cylindrical-coordinate representation of color #255CBD: hue angle of 218.29º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #255CBD is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 92 | 189 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.26 |
| HSL | 218.29º | 0.67% | 0.44% | - |
| HSV(B) | 218.29º | 0.8% | 0.74% | - |
| XYZ | 13.78 | 11.72 | 49.68 | - |
| YUV | 86.61 | 185.78 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 189 | 0.80 | 0.51 | 0 | 0.26 | 218.29 | 0.67 | 0.44 |
| Hex | 25 | 5C | BD | 50 | 33 | 0 | 1A | DA | 43 | 2C |
| Octal | 45 | 134 | 275 | 120 | 63 | 0 | 32 | 332 | 103 | 54 |
| Binary | 100101 | 1011100 | 10111101 | 1010000 | 110011 | 0 | 11010 | 11011010 | 1000011 | 101100 |
Color Harmonies of #255CBD
Complementary color
Monochromatic Colors of #255CBD
Black with #255CBD
Text Example
Text Example
White with #255CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255CBD; }
p { color: rgb(37,92,189); }
H1.HeaderClassName
{
color: #255CBD;
}
.AnyTagClassName
{
color: #255CBD;
}
</style>
background-color css
<style>
a { background-color: #255CBD; }
a { background-color: rgb(37,92,189); }
div.DivClassName
{
background-color: #255CBD;
}
.BgClassName
{
background-color: #255CBD;
}
</style>
border-color css
<style>
span { border-color: #255CBD; }
span { border-color: rgb(37,92,189); }
td.TdClassName
{
border-color: #255CBD;
}
.TagClassName
{
border-color: #255CBD;
}
</style>