Shades of Cerulean Blue #255CC4
Tints of Cerulean Blue #255CC4
RGB
CMYK
RGB Variations
Color information
#255CC4 (or 0x255CC4) is known color: Cerulean Blue. HEX triplet: 25, 5C and C4. RGB value is (37,92,196). Sum of RGB (Red+Green+Blue) = 37+92+196=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 196 (76.95% from 255 or 60.31% from 325); Max value from RGB is 196 - color contains mainly: blue. Hex color #255CC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255CC4 is #DAA33B. Grayscale: #565656. Windows color (decimal): -14328636 or 12868645. OLE color: 12868645.
HSL color Cylindrical-coordinate representation of color #255CC4: hue angle of 219.25º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #255CC4 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 37 | 92 | 196 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.23 |
| HSL | 219.25º | 0.68% | 0.46% | - |
| HSV(B) | 219.25º | 0.81% | 0.77% | - |
| XYZ | 14.55 | 12.03 | 53.78 | - |
| YUV | 87.41 | 189.28 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 196 | 0.81 | 0.53 | 0 | 0.23 | 219.25 | 0.68 | 0.46 |
| Hex | 25 | 5C | C4 | 51 | 35 | 0 | 17 | DB | 44 | 2E |
| Octal | 45 | 134 | 304 | 121 | 65 | 0 | 27 | 333 | 104 | 56 |
| Binary | 100101 | 1011100 | 11000100 | 1010001 | 110101 | 0 | 10111 | 11011011 | 1000100 | 101110 |
Color Harmonies of #255CC4
Complementary color
Monochromatic Colors of #255CC4
Black with #255CC4
Text Example
Text Example
White with #255CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255CC4; }
p { color: rgb(37,92,196); }
H1.HeaderClassName
{
color: #255CC4;
}
.AnyTagClassName
{
color: #255CC4;
}
</style>
background-color css
<style>
a { background-color: #255CC4; }
a { background-color: rgb(37,92,196); }
div.DivClassName
{
background-color: #255CC4;
}
.BgClassName
{
background-color: #255CC4;
}
</style>
border-color css
<style>
span { border-color: #255CC4; }
span { border-color: rgb(37,92,196); }
td.TdClassName
{
border-color: #255CC4;
}
.TagClassName
{
border-color: #255CC4;
}
</style>