Shades of Cerulean Blue #265BBB
Tints of Cerulean Blue #265BBB
RGB
CMYK
RGB Variations
Color information
#265BBB (or 0x265BBB) is known color: Cerulean Blue. HEX triplet: 26, 5B and BB. RGB value is (38,91,187). Sum of RGB (Red+Green+Blue) = 38+91+187=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 187 (73.44% from 255 or 59.18% from 316); Max value from RGB is 187 - color contains mainly: blue. Hex color #265BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265BBB is #D9A444. Grayscale: #555555. Windows color (decimal): -14263365 or 12278566. OLE color: 12278566.
HSL color Cylindrical-coordinate representation of color #265BBB: hue angle of 218.66º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #265BBB is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 91 | 187 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.27 |
| HSL | 218.66º | 0.66% | 0.44% | - |
| HSV(B) | 218.66º | 0.8% | 0.73% | - |
| XYZ | 13.51 | 11.48 | 48.52 | - |
| YUV | 86.1 | 184.94 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 91 | 187 | 0.80 | 0.51 | 0 | 0.27 | 218.66 | 0.66 | 0.44 |
| Hex | 26 | 5B | BB | 50 | 33 | 0 | 1B | DB | 42 | 2C |
| Octal | 46 | 133 | 273 | 120 | 63 | 0 | 33 | 333 | 102 | 54 |
| Binary | 100110 | 1011011 | 10111011 | 1010000 | 110011 | 0 | 11011 | 11011011 | 1000010 | 101100 |
Color Harmonies of #265BBB
Complementary color
Monochromatic Colors of #265BBB
Black with #265BBB
Text Example
Text Example
White with #265BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265BBB; }
p { color: rgb(38,91,187); }
H1.HeaderClassName
{
color: #265BBB;
}
.AnyTagClassName
{
color: #265BBB;
}
</style>
background-color css
<style>
a { background-color: #265BBB; }
a { background-color: rgb(38,91,187); }
div.DivClassName
{
background-color: #265BBB;
}
.BgClassName
{
background-color: #265BBB;
}
</style>
border-color css
<style>
span { border-color: #265BBB; }
span { border-color: rgb(38,91,187); }
td.TdClassName
{
border-color: #265BBB;
}
.TagClassName
{
border-color: #265BBB;
}
</style>