Shades of Cerulean Blue #265BBE
Tints of Cerulean Blue #265BBE
RGB
CMYK
RGB Variations
Color information
#265BBE (or 0x265BBE) is known color: Cerulean Blue. HEX triplet: 26, 5B and BE. RGB value is (38,91,190). Sum of RGB (Red+Green+Blue) = 38+91+190=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #265BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265BBE is #D9A441. Grayscale: #555555. Windows color (decimal): -14263362 or 12475174. OLE color: 12475174.
HSL color Cylindrical-coordinate representation of color #265BBE: hue angle of 219.08º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #265BBE is Cyan = 0.8, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 91 | 190 | - |
| CMYK | 0.8 | 0.52 | 0 | 0.25 |
| HSL | 219.08º | 0.67% | 0.45% | - |
| HSV(B) | 219.08º | 0.8% | 0.75% | - |
| XYZ | 13.83 | 11.61 | 50.23 | - |
| YUV | 86.44 | 186.44 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 91 | 190 | 0.8 | 0.52 | 0 | 0.25 | 219.08 | 0.67 | 0.45 |
| Hex | 26 | 5B | BE | 50 | 34 | 0 | 19 | DB | 43 | 2D |
| Octal | 46 | 133 | 276 | 120 | 64 | 0 | 31 | 333 | 103 | 55 |
| Binary | 100110 | 1011011 | 10111110 | 1010000 | 110100 | 0 | 11001 | 11011011 | 1000011 | 101101 |
Color Harmonies of #265BBE
Complementary color
Monochromatic Colors of #265BBE
Black with #265BBE
Text Example
Text Example
White with #265BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265BBE; }
p { color: rgb(38,91,190); }
H1.HeaderClassName
{
color: #265BBE;
}
.AnyTagClassName
{
color: #265BBE;
}
</style>
background-color css
<style>
a { background-color: #265BBE; }
a { background-color: rgb(38,91,190); }
div.DivClassName
{
background-color: #265BBE;
}
.BgClassName
{
background-color: #265BBE;
}
</style>
border-color css
<style>
span { border-color: #265BBE; }
span { border-color: rgb(38,91,190); }
td.TdClassName
{
border-color: #265BBE;
}
.TagClassName
{
border-color: #265BBE;
}
</style>