Shades of Cerulean Blue #2755DE
Tints of Cerulean Blue #2755DE
RGB
CMYK
RGB Variations
Color information
#2755DE (or 0x2755DE) is known color: Cerulean Blue. HEX triplet: 27, 55 and DE. RGB value is (39,85,222). Sum of RGB (Red+Green+Blue) = 39+85+222=346 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.27% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 222 (87.11% from 255 or 64.16% from 346); Max value from RGB is 222 - color contains mainly: blue. Hex color #2755DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2755DE is #D8AA21. Grayscale: #565656. Windows color (decimal): -14199330 or 14570791. OLE color: 14570791.
HSL color Cylindrical-coordinate representation of color #2755DE: hue angle of 224.92º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2755DE is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 85 | 222 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.13 |
| HSL | 224.92º | 0.73% | 0.51% | - |
| HSV(B) | 224.92º | 0.82% | 0.87% | - |
| XYZ | 17.27 | 12.2 | 70.55 | - |
| YUV | 86.86 | 204.26 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 85 | 222 | 0.82 | 0.62 | 0 | 0.13 | 224.92 | 0.73 | 0.51 |
| Hex | 27 | 55 | DE | 52 | 3E | 0 | D | E1 | 49 | 33 |
| Octal | 47 | 125 | 336 | 122 | 76 | 0 | 15 | 341 | 111 | 63 |
| Binary | 100111 | 1010101 | 11011110 | 1010010 | 111110 | 0 | 1101 | 11100001 | 1001001 | 110011 |
Color Harmonies of #2755DE
Complementary color
Monochromatic Colors of #2755DE
Black with #2755DE
Text Example
Text Example
White with #2755DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2755DE; }
p { color: rgb(39,85,222); }
H1.HeaderClassName
{
color: #2755DE;
}
.AnyTagClassName
{
color: #2755DE;
}
</style>
background-color css
<style>
a { background-color: #2755DE; }
a { background-color: rgb(39,85,222); }
div.DivClassName
{
background-color: #2755DE;
}
.BgClassName
{
background-color: #2755DE;
}
</style>
border-color css
<style>
span { border-color: #2755DE; }
span { border-color: rgb(39,85,222); }
td.TdClassName
{
border-color: #2755DE;
}
.TagClassName
{
border-color: #2755DE;
}
</style>