Shades of Cerulean Blue #255EC1
Tints of Cerulean Blue #255EC1
RGB
CMYK
RGB Variations
Color information
#255EC1 (or 0x255EC1) is known color: Cerulean Blue. HEX triplet: 25, 5E and C1. RGB value is (37,94,193). Sum of RGB (Red+Green+Blue) = 37+94+193=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 193 (75.78% from 255 or 59.57% from 324); Max value from RGB is 193 - color contains mainly: blue. Hex color #255EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255EC1 is #DAA13E. Grayscale: #575757. Windows color (decimal): -14328127 or 12672549. OLE color: 12672549.
HSL color Cylindrical-coordinate representation of color #255EC1: hue angle of 218.08º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #255EC1 is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 94 | 193 | - |
| CMYK | 0.81 | 0.51 | 0 | 0.24 |
| HSL | 218.08º | 0.68% | 0.45% | - |
| HSV(B) | 218.08º | 0.81% | 0.76% | - |
| XYZ | 14.39 | 12.25 | 52.06 | - |
| YUV | 88.24 | 187.12 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 193 | 0.81 | 0.51 | 0 | 0.24 | 218.08 | 0.68 | 0.45 |
| Hex | 25 | 5E | C1 | 51 | 33 | 0 | 18 | DA | 44 | 2D |
| Octal | 45 | 136 | 301 | 121 | 63 | 0 | 30 | 332 | 104 | 55 |
| Binary | 100101 | 1011110 | 11000001 | 1010001 | 110011 | 0 | 11000 | 11011010 | 1000100 | 101101 |
Color Harmonies of #255EC1
Complementary color
Monochromatic Colors of #255EC1
Black with #255EC1
Text Example
Text Example
White with #255EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255EC1; }
p { color: rgb(37,94,193); }
H1.HeaderClassName
{
color: #255EC1;
}
.AnyTagClassName
{
color: #255EC1;
}
</style>
background-color css
<style>
a { background-color: #255EC1; }
a { background-color: rgb(37,94,193); }
div.DivClassName
{
background-color: #255EC1;
}
.BgClassName
{
background-color: #255EC1;
}
</style>
border-color css
<style>
span { border-color: #255EC1; }
span { border-color: rgb(37,94,193); }
td.TdClassName
{
border-color: #255EC1;
}
.TagClassName
{
border-color: #255EC1;
}
</style>