Shades of Cerulean Blue #255BCF
Tints of Cerulean Blue #255BCF
RGB
CMYK
RGB Variations
Color information
#255BCF (or 0x255BCF) is known color: Cerulean Blue. HEX triplet: 25, 5B and CF. RGB value is (37,91,207). Sum of RGB (Red+Green+Blue) = 37+91+207=335 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.04% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 207 (81.25% from 255 or 61.79% from 335); Max value from RGB is 207 - color contains mainly: blue. Hex color #255BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255BCF is #DAA430. Grayscale: #575757. Windows color (decimal): -14328881 or 13589285. OLE color: 13589285.
HSL color Cylindrical-coordinate representation of color #255BCF: hue angle of 220.94º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #255BCF is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 91 | 207 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.19 |
| HSL | 220.94º | 0.7% | 0.48% | - |
| HSV(B) | 220.94º | 0.82% | 0.81% | - |
| XYZ | 15.77 | 12.38 | 60.59 | - |
| YUV | 88.08 | 195.11 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 207 | 0.82 | 0.56 | 0 | 0.19 | 220.94 | 0.7 | 0.48 |
| Hex | 25 | 5B | CF | 52 | 38 | 0 | 13 | DD | 46 | 30 |
| Octal | 45 | 133 | 317 | 122 | 70 | 0 | 23 | 335 | 106 | 60 |
| Binary | 100101 | 1011011 | 11001111 | 1010010 | 111000 | 0 | 10011 | 11011101 | 1000110 | 110000 |
Color Harmonies of #255BCF
Complementary color
Monochromatic Colors of #255BCF
Black with #255BCF
Text Example
Text Example
White with #255BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255BCF; }
p { color: rgb(37,91,207); }
H1.HeaderClassName
{
color: #255BCF;
}
.AnyTagClassName
{
color: #255BCF;
}
</style>
background-color css
<style>
a { background-color: #255BCF; }
a { background-color: rgb(37,91,207); }
div.DivClassName
{
background-color: #255BCF;
}
.BgClassName
{
background-color: #255BCF;
}
</style>
border-color css
<style>
span { border-color: #255BCF; }
span { border-color: rgb(37,91,207); }
td.TdClassName
{
border-color: #255BCF;
}
.TagClassName
{
border-color: #255BCF;
}
</style>