Shades of Cerulean Blue #265BBA
Tints of Cerulean Blue #265BBA
RGB
CMYK
RGB Variations
Color information
#265BBA (or 0x265BBA) is known color: Cerulean Blue. HEX triplet: 26, 5B and BA. RGB value is (38,91,186). Sum of RGB (Red+Green+Blue) = 38+91+186=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #265BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265BBA is #D9A445. Grayscale: #555555. Windows color (decimal): -14263366 or 12213030. OLE color: 12213030.
HSL color Cylindrical-coordinate representation of color #265BBA: hue angle of 218.51º 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 #265BBA is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 91 | 186 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.27 |
| HSL | 218.51º | 0.66% | 0.44% | - |
| HSV(B) | 218.51º | 0.8% | 0.73% | - |
| XYZ | 13.4 | 11.44 | 47.96 | - |
| YUV | 85.98 | 184.44 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 91 | 186 | 0.80 | 0.51 | 0 | 0.27 | 218.51 | 0.66 | 0.44 |
| Hex | 26 | 5B | BA | 50 | 33 | 0 | 1B | DB | 42 | 2C |
| Octal | 46 | 133 | 272 | 120 | 63 | 0 | 33 | 333 | 102 | 54 |
| Binary | 100110 | 1011011 | 10111010 | 1010000 | 110011 | 0 | 11011 | 11011011 | 1000010 | 101100 |
Color Harmonies of #265BBA
Complementary color
Monochromatic Colors of #265BBA
Black with #265BBA
Text Example
Text Example
White with #265BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265BBA; }
p { color: rgb(38,91,186); }
H1.HeaderClassName
{
color: #265BBA;
}
.AnyTagClassName
{
color: #265BBA;
}
</style>
background-color css
<style>
a { background-color: #265BBA; }
a { background-color: rgb(38,91,186); }
div.DivClassName
{
background-color: #265BBA;
}
.BgClassName
{
background-color: #265BBA;
}
</style>
border-color css
<style>
span { border-color: #265BBA; }
span { border-color: rgb(38,91,186); }
td.TdClassName
{
border-color: #265BBA;
}
.TagClassName
{
border-color: #265BBA;
}
</style>