Shades of Cerulean Blue #255AC1
Tints of Cerulean Blue #255AC1
RGB
CMYK
RGB Variations
Color information
#255AC1 (or 0x255AC1) is known color: Cerulean Blue. HEX triplet: 25, 5A and C1. RGB value is (37,90,193). Sum of RGB (Red+Green+Blue) = 37+90+193=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 193 (75.78% from 255 or 60.31% from 320); Max value from RGB is 193 - color contains mainly: blue. Hex color #255AC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255AC1 is #DAA53E. Grayscale: #555555. Windows color (decimal): -14329151 or 12671525. OLE color: 12671525.
HSL color Cylindrical-coordinate representation of color #255AC1: hue angle of 219.62º 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 #255AC1 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 90 | 193 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.24 |
| HSL | 219.62º | 0.68% | 0.45% | - |
| HSV(B) | 219.62º | 0.81% | 0.76% | - |
| XYZ | 14.04 | 11.56 | 51.94 | - |
| YUV | 85.9 | 188.44 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 193 | 0.81 | 0.53 | 0 | 0.24 | 219.62 | 0.68 | 0.45 |
| Hex | 25 | 5A | C1 | 51 | 35 | 0 | 18 | DC | 44 | 2D |
| Octal | 45 | 132 | 301 | 121 | 65 | 0 | 30 | 334 | 104 | 55 |
| Binary | 100101 | 1011010 | 11000001 | 1010001 | 110101 | 0 | 11000 | 11011100 | 1000100 | 101101 |
Color Harmonies of #255AC1
Complementary color
Monochromatic Colors of #255AC1
Black with #255AC1
Text Example
Text Example
White with #255AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255AC1; }
p { color: rgb(37,90,193); }
H1.HeaderClassName
{
color: #255AC1;
}
.AnyTagClassName
{
color: #255AC1;
}
</style>
background-color css
<style>
a { background-color: #255AC1; }
a { background-color: rgb(37,90,193); }
div.DivClassName
{
background-color: #255AC1;
}
.BgClassName
{
background-color: #255AC1;
}
</style>
border-color css
<style>
span { border-color: #255AC1; }
span { border-color: rgb(37,90,193); }
td.TdClassName
{
border-color: #255AC1;
}
.TagClassName
{
border-color: #255AC1;
}
</style>