Shades of Cerulean Blue #2650D0
Tints of Cerulean Blue #2650D0
RGB
CMYK
RGB Variations
Color information
#2650D0 (or 0x2650D0) is known color: Cerulean Blue. HEX triplet: 26, 50 and D0. RGB value is (38,80,208). Sum of RGB (Red+Green+Blue) = 38+80+208=326 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.66% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 208 (81.64% from 255 or 63.80% from 326); Max value from RGB is 208 - color contains mainly: blue. Hex color #2650D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2650D0 is #D9AF2F. Grayscale: #515151. Windows color (decimal): -14266160 or 13652006. OLE color: 13652006.
HSL color Cylindrical-coordinate representation of color #2650D0: hue angle of 225.18º 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 #2650D0 is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 80 | 208 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.18 |
| HSL | 225.18º | 0.69% | 0.48% | - |
| HSV(B) | 225.18º | 0.82% | 0.82% | - |
| XYZ | 15.05 | 10.7 | 60.95 | - |
| YUV | 82.03 | 199.09 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 80 | 208 | 0.82 | 0.62 | 0 | 0.18 | 225.18 | 0.69 | 0.48 |
| Hex | 26 | 50 | D0 | 52 | 3E | 0 | 12 | E1 | 45 | 30 |
| Octal | 46 | 120 | 320 | 122 | 76 | 0 | 22 | 341 | 105 | 60 |
| Binary | 100110 | 1010000 | 11010000 | 1010010 | 111110 | 0 | 10010 | 11100001 | 1000101 | 110000 |
Color Harmonies of #2650D0
Complementary color
Monochromatic Colors of #2650D0
Black with #2650D0
Text Example
Text Example
White with #2650D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2650D0; }
p { color: rgb(38,80,208); }
H1.HeaderClassName
{
color: #2650D0;
}
.AnyTagClassName
{
color: #2650D0;
}
</style>
background-color css
<style>
a { background-color: #2650D0; }
a { background-color: rgb(38,80,208); }
div.DivClassName
{
background-color: #2650D0;
}
.BgClassName
{
background-color: #2650D0;
}
</style>
border-color css
<style>
span { border-color: #2650D0; }
span { border-color: rgb(38,80,208); }
td.TdClassName
{
border-color: #2650D0;
}
.TagClassName
{
border-color: #2650D0;
}
</style>