Shades of Cerulean Blue #2660BD
Tints of Cerulean Blue #2660BD
RGB
CMYK
RGB Variations
Color information
#2660BD (or 0x2660BD) is known color: Cerulean Blue. HEX triplet: 26, 60 and BD. RGB value is (38,96,189). Sum of RGB (Red+Green+Blue) = 38+96+189=323 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.76% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 189 (74.22% from 255 or 58.51% from 323); Max value from RGB is 189 - color contains mainly: blue. Hex color #2660BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2660BD is #D99F42. Grayscale: #585858. Windows color (decimal): -14262083 or 12410918. OLE color: 12410918.
HSL color Cylindrical-coordinate representation of color #2660BD: hue angle of 216.95º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2660BD is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 96 | 189 | - |
| CMYK | 0.80 | 0.49 | 0 | 0.26 |
| HSL | 216.95º | 0.67% | 0.45% | - |
| HSV(B) | 216.95º | 0.8% | 0.74% | - |
| XYZ | 14.17 | 12.45 | 49.8 | - |
| YUV | 89.26 | 184.28 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 96 | 189 | 0.80 | 0.49 | 0 | 0.26 | 216.95 | 0.67 | 0.45 |
| Hex | 26 | 60 | BD | 50 | 31 | 0 | 1A | D9 | 43 | 2D |
| Octal | 46 | 140 | 275 | 120 | 61 | 0 | 32 | 331 | 103 | 55 |
| Binary | 100110 | 1100000 | 10111101 | 1010000 | 110001 | 0 | 11010 | 11011001 | 1000011 | 101101 |
Color Harmonies of #2660BD
Complementary color
Monochromatic Colors of #2660BD
Black with #2660BD
Text Example
Text Example
White with #2660BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2660BD; }
p { color: rgb(38,96,189); }
H1.HeaderClassName
{
color: #2660BD;
}
.AnyTagClassName
{
color: #2660BD;
}
</style>
background-color css
<style>
a { background-color: #2660BD; }
a { background-color: rgb(38,96,189); }
div.DivClassName
{
background-color: #2660BD;
}
.BgClassName
{
background-color: #2660BD;
}
</style>
border-color css
<style>
span { border-color: #2660BD; }
span { border-color: rgb(38,96,189); }
td.TdClassName
{
border-color: #2660BD;
}
.TagClassName
{
border-color: #2660BD;
}
</style>