Shades of Cerulean Blue #1749EF
Tints of Cerulean Blue #1749EF
RGB
CMYK
RGB Variations
Color information
#1749EF (or 0x1749EF) is known color: Cerulean Blue. HEX triplet: 17, 49 and EF. RGB value is (23,73,239). Sum of RGB (Red+Green+Blue) = 23+73+239=335 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.87% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 239 (93.75% from 255 or 71.34% from 335); Max value from RGB is 239 - color contains mainly: blue. Hex color #1749EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1749EF is #E8B610. Grayscale: #4C4C4C. Windows color (decimal): -15250961 or 15681815. OLE color: 15681815.
HSL color Cylindrical-coordinate representation of color #1749EF: hue angle of 226.11º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1749EF is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 73 | 239 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.06 |
| HSL | 226.11º | 0.87% | 0.51% | - |
| HSV(B) | 226.11º | 0.9% | 0.94% | - |
| XYZ | 18.32 | 11.18 | 82.85 | - |
| YUV | 76.97 | 219.44 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 73 | 239 | 0.90 | 0.69 | 0 | 0.06 | 226.11 | 0.87 | 0.51 |
| Hex | 17 | 49 | EF | 5A | 45 | 0 | 6 | E2 | 57 | 33 |
| Octal | 27 | 111 | 357 | 132 | 105 | 0 | 6 | 342 | 127 | 63 |
| Binary | 10111 | 1001001 | 11101111 | 1011010 | 1000101 | 0 | 110 | 11100010 | 1010111 | 110011 |
Color Harmonies of #1749EF
Complementary color
Monochromatic Colors of #1749EF
Black with #1749EF
Text Example
Text Example
White with #1749EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1749EF; }
p { color: rgb(23,73,239); }
H1.HeaderClassName
{
color: #1749EF;
}
.AnyTagClassName
{
color: #1749EF;
}
</style>
background-color css
<style>
a { background-color: #1749EF; }
a { background-color: rgb(23,73,239); }
div.DivClassName
{
background-color: #1749EF;
}
.BgClassName
{
background-color: #1749EF;
}
</style>
border-color css
<style>
span { border-color: #1749EF; }
span { border-color: rgb(23,73,239); }
td.TdClassName
{
border-color: #1749EF;
}
.TagClassName
{
border-color: #1749EF;
}
</style>