Shades of Cerulean Blue #255AB4
Tints of Cerulean Blue #255AB4
RGB
CMYK
RGB Variations
Color information
#255AB4 (or 0x255AB4) is known color: Cerulean Blue. HEX triplet: 25, 5A and B4. RGB value is (37,90,180). Sum of RGB (Red+Green+Blue) = 37+90+180=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 180 (70.70% from 255 or 58.63% from 307); Max value from RGB is 180 - color contains mainly: blue. Hex color #255AB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255AB4 is #DAA54B. Grayscale: #535353. Windows color (decimal): -14329164 or 11819557. OLE color: 11819557.
HSL color Cylindrical-coordinate representation of color #255AB4: hue angle of 217.76º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #255AB4 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 90 | 180 | - |
| CMYK | 0.79 | 0.50 | 0 | 0.29 |
| HSL | 217.76º | 0.66% | 0.43% | - |
| HSV(B) | 217.76º | 0.79% | 0.71% | - |
| XYZ | 12.66 | 11 | 44.64 | - |
| YUV | 84.41 | 181.94 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 180 | 0.79 | 0.50 | 0 | 0.29 | 217.76 | 0.66 | 0.43 |
| Hex | 25 | 5A | B4 | 4F | 32 | 0 | 1D | DA | 42 | 2B |
| Octal | 45 | 132 | 264 | 117 | 62 | 0 | 35 | 332 | 102 | 53 |
| Binary | 100101 | 1011010 | 10110100 | 1001111 | 110010 | 0 | 11101 | 11011010 | 1000010 | 101011 |
Color Harmonies of #255AB4
Complementary color
Monochromatic Colors of #255AB4
Black with #255AB4
Text Example
Text Example
White with #255AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255AB4; }
p { color: rgb(37,90,180); }
H1.HeaderClassName
{
color: #255AB4;
}
.AnyTagClassName
{
color: #255AB4;
}
</style>
background-color css
<style>
a { background-color: #255AB4; }
a { background-color: rgb(37,90,180); }
div.DivClassName
{
background-color: #255AB4;
}
.BgClassName
{
background-color: #255AB4;
}
</style>
border-color css
<style>
span { border-color: #255AB4; }
span { border-color: rgb(37,90,180); }
td.TdClassName
{
border-color: #255AB4;
}
.TagClassName
{
border-color: #255AB4;
}
</style>