Shades of Cerulean Blue #1751CF
Tints of Cerulean Blue #1751CF
RGB
CMYK
RGB Variations
Color information
#1751CF (or 0x1751CF) is known color: Cerulean Blue. HEX triplet: 17, 51 and CF. RGB value is (23,81,207). Sum of RGB (Red+Green+Blue) = 23+81+207=311 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.40% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 207 (81.25% from 255 or 66.56% from 311); Max value from RGB is 207 - color contains mainly: blue. Hex color #1751CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1751CF is #E8AE30. Grayscale: #4D4D4D. Windows color (decimal): -15248945 or 13586711. OLE color: 13586711.
HSL color Cylindrical-coordinate representation of color #1751CF: hue angle of 221.09º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1751CF is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 81 | 207 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.19 |
| HSL | 221.09º | 0.8% | 0.45% | - |
| HSV(B) | 221.09º | 0.89% | 0.81% | - |
| XYZ | 14.56 | 10.57 | 60.3 | - |
| YUV | 78.02 | 200.78 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 81 | 207 | 0.89 | 0.61 | 0 | 0.19 | 221.09 | 0.8 | 0.45 |
| Hex | 17 | 51 | CF | 59 | 3D | 0 | 13 | DD | 50 | 2D |
| Octal | 27 | 121 | 317 | 131 | 75 | 0 | 23 | 335 | 120 | 55 |
| Binary | 10111 | 1010001 | 11001111 | 1011001 | 111101 | 0 | 10011 | 11011101 | 1010000 | 101101 |
Color Harmonies of #1751CF
Complementary color
Monochromatic Colors of #1751CF
Black with #1751CF
Text Example
Text Example
White with #1751CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1751CF; }
p { color: rgb(23,81,207); }
H1.HeaderClassName
{
color: #1751CF;
}
.AnyTagClassName
{
color: #1751CF;
}
</style>
background-color css
<style>
a { background-color: #1751CF; }
a { background-color: rgb(23,81,207); }
div.DivClassName
{
background-color: #1751CF;
}
.BgClassName
{
background-color: #1751CF;
}
</style>
border-color css
<style>
span { border-color: #1751CF; }
span { border-color: rgb(23,81,207); }
td.TdClassName
{
border-color: #1751CF;
}
.TagClassName
{
border-color: #1751CF;
}
</style>