Shades of Cerulean Blue #2754DF
Tints of Cerulean Blue #2754DF
RGB
CMYK
RGB Variations
Color information
#2754DF (or 0x2754DF) is known color: Cerulean Blue. HEX triplet: 27, 54 and DF. RGB value is (39,84,223). Sum of RGB (Red+Green+Blue) = 39+84+223=346 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.27% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #2754DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2754DF is #D8AB20. Grayscale: #555555. Windows color (decimal): -14199585 or 14636071. OLE color: 14636071.
HSL color Cylindrical-coordinate representation of color #2754DF: hue angle of 225.33º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2754DF is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 84 | 223 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.13 |
| HSL | 225.33º | 0.74% | 0.51% | - |
| HSV(B) | 225.33º | 0.83% | 0.87% | - |
| XYZ | 17.33 | 12.1 | 71.23 | - |
| YUV | 86.39 | 205.09 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 84 | 223 | 0.83 | 0.62 | 0 | 0.13 | 225.33 | 0.74 | 0.51 |
| Hex | 27 | 54 | DF | 53 | 3E | 0 | D | E1 | 4A | 33 |
| Octal | 47 | 124 | 337 | 123 | 76 | 0 | 15 | 341 | 112 | 63 |
| Binary | 100111 | 1010100 | 11011111 | 1010011 | 111110 | 0 | 1101 | 11100001 | 1001010 | 110011 |
Color Harmonies of #2754DF
Complementary color
Monochromatic Colors of #2754DF
Black with #2754DF
Text Example
Text Example
White with #2754DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2754DF; }
p { color: rgb(39,84,223); }
H1.HeaderClassName
{
color: #2754DF;
}
.AnyTagClassName
{
color: #2754DF;
}
</style>
background-color css
<style>
a { background-color: #2754DF; }
a { background-color: rgb(39,84,223); }
div.DivClassName
{
background-color: #2754DF;
}
.BgClassName
{
background-color: #2754DF;
}
</style>
border-color css
<style>
span { border-color: #2754DF; }
span { border-color: rgb(39,84,223); }
td.TdClassName
{
border-color: #2754DF;
}
.TagClassName
{
border-color: #2754DF;
}
</style>