Shades of Cerulean Blue #255BDC
Tints of Cerulean Blue #255BDC
RGB
CMYK
RGB Variations
Color information
#255BDC (or 0x255BDC) is known color: Cerulean Blue. HEX triplet: 25, 5B and DC. RGB value is (37,91,220). Sum of RGB (Red+Green+Blue) = 37+91+220=348 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.63% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #255BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255BDC is #DAA423. Grayscale: #585858. Windows color (decimal): -14328868 or 14441253. OLE color: 14441253.
HSL color Cylindrical-coordinate representation of color #255BDC: hue angle of 222.3º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #255BDC is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 91 | 220 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.14 |
| HSL | 222.3º | 0.72% | 0.5% | - |
| HSV(B) | 222.3º | 0.83% | 0.86% | - |
| XYZ | 17.42 | 13.04 | 69.31 | - |
| YUV | 89.56 | 201.61 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 220 | 0.83 | 0.59 | 0 | 0.14 | 222.3 | 0.72 | 0.5 |
| Hex | 25 | 5B | DC | 53 | 3B | 0 | E | DE | 48 | 32 |
| Octal | 45 | 133 | 334 | 123 | 73 | 0 | 16 | 336 | 110 | 62 |
| Binary | 100101 | 1011011 | 11011100 | 1010011 | 111011 | 0 | 1110 | 11011110 | 1001000 | 110010 |
Color Harmonies of #255BDC
Complementary color
Monochromatic Colors of #255BDC
Black with #255BDC
Text Example
Text Example
White with #255BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255BDC; }
p { color: rgb(37,91,220); }
H1.HeaderClassName
{
color: #255BDC;
}
.AnyTagClassName
{
color: #255BDC;
}
</style>
background-color css
<style>
a { background-color: #255BDC; }
a { background-color: rgb(37,91,220); }
div.DivClassName
{
background-color: #255BDC;
}
.BgClassName
{
background-color: #255BDC;
}
</style>
border-color css
<style>
span { border-color: #255BDC; }
span { border-color: rgb(37,91,220); }
td.TdClassName
{
border-color: #255BDC;
}
.TagClassName
{
border-color: #255BDC;
}
</style>