Shades of Cerulean Blue #1749EA
Tints of Cerulean Blue #1749EA
RGB
CMYK
RGB Variations
Color information
#1749EA (or 0x1749EA) is known color: Cerulean Blue. HEX triplet: 17, 49 and EA. RGB value is (23,73,234). Sum of RGB (Red+Green+Blue) = 23+73+234=330 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.97% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 234 (91.80% from 255 or 70.91% from 330); Max value from RGB is 234 - color contains mainly: blue. Hex color #1749EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1749EA is #E8B615. Grayscale: #4B4B4B. Windows color (decimal): -15250966 or 15354135. OLE color: 15354135.
HSL color Cylindrical-coordinate representation of color #1749EA: hue angle of 225.78º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1749EA is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 73 | 234 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.08 |
| HSL | 225.78º | 0.83% | 0.5% | - |
| HSV(B) | 225.78º | 0.9% | 0.92% | - |
| XYZ | 17.59 | 10.89 | 79.02 | - |
| YUV | 76.4 | 216.94 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 73 | 234 | 0.90 | 0.69 | 0 | 0.08 | 225.78 | 0.83 | 0.5 |
| Hex | 17 | 49 | EA | 5A | 45 | 0 | 8 | E2 | 53 | 32 |
| Octal | 27 | 111 | 352 | 132 | 105 | 0 | 10 | 342 | 123 | 62 |
| Binary | 10111 | 1001001 | 11101010 | 1011010 | 1000101 | 0 | 1000 | 11100010 | 1010011 | 110010 |
Color Harmonies of #1749EA
Complementary color
Monochromatic Colors of #1749EA
Black with #1749EA
Text Example
Text Example
White with #1749EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1749EA; }
p { color: rgb(23,73,234); }
H1.HeaderClassName
{
color: #1749EA;
}
.AnyTagClassName
{
color: #1749EA;
}
</style>
background-color css
<style>
a { background-color: #1749EA; }
a { background-color: rgb(23,73,234); }
div.DivClassName
{
background-color: #1749EA;
}
.BgClassName
{
background-color: #1749EA;
}
</style>
border-color css
<style>
span { border-color: #1749EA; }
span { border-color: rgb(23,73,234); }
td.TdClassName
{
border-color: #1749EA;
}
.TagClassName
{
border-color: #1749EA;
}
</style>