Shades of Cerulean Blue #255DB3
Tints of Cerulean Blue #255DB3
RGB
CMYK
RGB Variations
Color information
#255DB3 (or 0x255DB3) is known color: Cerulean Blue. HEX triplet: 25, 5D and B3. RGB value is (37,93,179). Sum of RGB (Red+Green+Blue) = 37+93+179=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 179 (70.31% from 255 or 57.93% from 309); Max value from RGB is 179 - color contains mainly: blue. Hex color #255DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255DB3 is #DAA24C. Grayscale: #555555. Windows color (decimal): -14328397 or 11754789. OLE color: 11754789.
HSL color Cylindrical-coordinate representation of color #255DB3: hue angle of 216.34º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #255DB3 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 93 | 179 | - |
| CMYK | 0.79 | 0.48 | 0 | 0.30 |
| HSL | 216.34º | 0.66% | 0.42% | - |
| HSV(B) | 216.34º | 0.79% | 0.7% | - |
| XYZ | 12.81 | 11.48 | 44.19 | - |
| YUV | 86.06 | 180.45 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 179 | 0.79 | 0.48 | 0 | 0.30 | 216.34 | 0.66 | 0.42 |
| Hex | 25 | 5D | B3 | 4F | 30 | 0 | 1E | D8 | 42 | 2A |
| Octal | 45 | 135 | 263 | 117 | 60 | 0 | 36 | 330 | 102 | 52 |
| Binary | 100101 | 1011101 | 10110011 | 1001111 | 110000 | 0 | 11110 | 11011000 | 1000010 | 101010 |
Color Harmonies of #255DB3
Complementary color
Monochromatic Colors of #255DB3
Black with #255DB3
Text Example
Text Example
White with #255DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255DB3; }
p { color: rgb(37,93,179); }
H1.HeaderClassName
{
color: #255DB3;
}
.AnyTagClassName
{
color: #255DB3;
}
</style>
background-color css
<style>
a { background-color: #255DB3; }
a { background-color: rgb(37,93,179); }
div.DivClassName
{
background-color: #255DB3;
}
.BgClassName
{
background-color: #255DB3;
}
</style>
border-color css
<style>
span { border-color: #255DB3; }
span { border-color: rgb(37,93,179); }
td.TdClassName
{
border-color: #255DB3;
}
.TagClassName
{
border-color: #255DB3;
}
</style>