Shades of Cerulean Blue #2655D0
Tints of Cerulean Blue #2655D0
RGB
CMYK
RGB Variations
Color information
#2655D0 (or 0x2655D0) is known color: Cerulean Blue. HEX triplet: 26, 55 and D0. RGB value is (38,85,208). Sum of RGB (Red+Green+Blue) = 38+85+208=331 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.48% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 208 (81.64% from 255 or 62.84% from 331); Max value from RGB is 208 - color contains mainly: blue. Hex color #2655D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2655D0 is #D9AA2F. Grayscale: #545454. Windows color (decimal): -14264880 or 13653286. OLE color: 13653286.
HSL color Cylindrical-coordinate representation of color #2655D0: hue angle of 223.41º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2655D0 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 85 | 208 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.18 |
| HSL | 223.41º | 0.69% | 0.48% | - |
| HSV(B) | 223.41º | 0.82% | 0.82% | - |
| XYZ | 15.43 | 11.46 | 61.07 | - |
| YUV | 84.97 | 197.43 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 85 | 208 | 0.82 | 0.59 | 0 | 0.18 | 223.41 | 0.69 | 0.48 |
| Hex | 26 | 55 | D0 | 52 | 3B | 0 | 12 | DF | 45 | 30 |
| Octal | 46 | 125 | 320 | 122 | 73 | 0 | 22 | 337 | 105 | 60 |
| Binary | 100110 | 1010101 | 11010000 | 1010010 | 111011 | 0 | 10010 | 11011111 | 1000101 | 110000 |
Color Harmonies of #2655D0
Complementary color
Monochromatic Colors of #2655D0
Black with #2655D0
Text Example
Text Example
White with #2655D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2655D0; }
p { color: rgb(38,85,208); }
H1.HeaderClassName
{
color: #2655D0;
}
.AnyTagClassName
{
color: #2655D0;
}
</style>
background-color css
<style>
a { background-color: #2655D0; }
a { background-color: rgb(38,85,208); }
div.DivClassName
{
background-color: #2655D0;
}
.BgClassName
{
background-color: #2655D0;
}
</style>
border-color css
<style>
span { border-color: #2655D0; }
span { border-color: rgb(38,85,208); }
td.TdClassName
{
border-color: #2655D0;
}
.TagClassName
{
border-color: #2655D0;
}
</style>