Shades of Cerulean Blue #2655DD
Tints of Cerulean Blue #2655DD
RGB
CMYK
RGB Variations
Color information
#2655DD (or 0x2655DD) is known color: Cerulean Blue. HEX triplet: 26, 55 and DD. RGB value is (38,85,221). Sum of RGB (Red+Green+Blue) = 38+85+221=344 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.05% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 221 (86.72% from 255 or 64.24% from 344); Max value from RGB is 221 - color contains mainly: blue. Hex color #2655DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2655DD is #D9AA22. Grayscale: #555555. Windows color (decimal): -14264867 or 14505254. OLE color: 14505254.
HSL color Cylindrical-coordinate representation of color #2655DD: hue angle of 224.59º degrees, saturation: 0.73, 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 #2655DD is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 85 | 221 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.13 |
| HSL | 224.59º | 0.73% | 0.51% | - |
| HSV(B) | 224.59º | 0.83% | 0.87% | - |
| XYZ | 17.1 | 12.13 | 69.85 | - |
| YUV | 86.45 | 203.93 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 85 | 221 | 0.83 | 0.62 | 0 | 0.13 | 224.59 | 0.73 | 0.51 |
| Hex | 26 | 55 | DD | 53 | 3E | 0 | D | E1 | 49 | 33 |
| Octal | 46 | 125 | 335 | 123 | 76 | 0 | 15 | 341 | 111 | 63 |
| Binary | 100110 | 1010101 | 11011101 | 1010011 | 111110 | 0 | 1101 | 11100001 | 1001001 | 110011 |
Color Harmonies of #2655DD
Complementary color
Monochromatic Colors of #2655DD
Black with #2655DD
Text Example
Text Example
White with #2655DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2655DD; }
p { color: rgb(38,85,221); }
H1.HeaderClassName
{
color: #2655DD;
}
.AnyTagClassName
{
color: #2655DD;
}
</style>
background-color css
<style>
a { background-color: #2655DD; }
a { background-color: rgb(38,85,221); }
div.DivClassName
{
background-color: #2655DD;
}
.BgClassName
{
background-color: #2655DD;
}
</style>
border-color css
<style>
span { border-color: #2655DD; }
span { border-color: rgb(38,85,221); }
td.TdClassName
{
border-color: #2655DD;
}
.TagClassName
{
border-color: #2655DD;
}
</style>