Shades of Cerulean Blue #3057CF
Tints of Cerulean Blue #3057CF
RGB
CMYK
RGB Variations
Color information
#3057CF (or 0x3057CF) is known color: Cerulean Blue. HEX triplet: 30, 57 and CF. RGB value is (48,87,207). Sum of RGB (Red+Green+Blue) = 48+87+207=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #3057CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3057CF is #CFA830. Grayscale: #585858. Windows color (decimal): -13609009 or 13588272. OLE color: 13588272.
HSL color Cylindrical-coordinate representation of color #3057CF: hue angle of 225.28º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3057CF is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 87 | 207 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.19 |
| HSL | 225.28º | 0.62% | 0.5% | - |
| HSV(B) | 225.28º | 0.77% | 0.81% | - |
| XYZ | 15.89 | 11.95 | 60.5 | - |
| YUV | 89.02 | 194.58 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 87 | 207 | 0.77 | 0.58 | 0 | 0.19 | 225.28 | 0.62 | 0.5 |
| Hex | 30 | 57 | CF | 4D | 3A | 0 | 13 | E1 | 3E | 32 |
| Octal | 60 | 127 | 317 | 115 | 72 | 0 | 23 | 341 | 76 | 62 |
| Binary | 110000 | 1010111 | 11001111 | 1001101 | 111010 | 0 | 10011 | 11100001 | 111110 | 110010 |
Color Harmonies of #3057CF
Complementary color
Monochromatic Colors of #3057CF
Black with #3057CF
Text Example
Text Example
White with #3057CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3057CF; }
p { color: rgb(48,87,207); }
H1.HeaderClassName
{
color: #3057CF;
}
.AnyTagClassName
{
color: #3057CF;
}
</style>
background-color css
<style>
a { background-color: #3057CF; }
a { background-color: rgb(48,87,207); }
div.DivClassName
{
background-color: #3057CF;
}
.BgClassName
{
background-color: #3057CF;
}
</style>
border-color css
<style>
span { border-color: #3057CF; }
span { border-color: rgb(48,87,207); }
td.TdClassName
{
border-color: #3057CF;
}
.TagClassName
{
border-color: #3057CF;
}
</style>