Shades of Cerulean Blue #265BBF
Tints of Cerulean Blue #265BBF
RGB
CMYK
RGB Variations
Color information
#265BBF (or 0x265BBF) is known color: Cerulean Blue. HEX triplet: 26, 5B and BF. RGB value is (38,91,191). Sum of RGB (Red+Green+Blue) = 38+91+191=320 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.88% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #265BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265BBF is #D9A440. Grayscale: #565656. Windows color (decimal): -14263361 or 12540710. OLE color: 12540710.
HSL color Cylindrical-coordinate representation of color #265BBF: hue angle of 219.22º 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 #265BBF is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 91 | 191 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.25 |
| HSL | 219.22º | 0.67% | 0.45% | - |
| HSV(B) | 219.22º | 0.8% | 0.75% | - |
| XYZ | 13.94 | 11.66 | 50.81 | - |
| YUV | 86.55 | 186.94 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 91 | 191 | 0.80 | 0.52 | 0 | 0.25 | 219.22 | 0.67 | 0.45 |
| Hex | 26 | 5B | BF | 50 | 34 | 0 | 19 | DB | 43 | 2D |
| Octal | 46 | 133 | 277 | 120 | 64 | 0 | 31 | 333 | 103 | 55 |
| Binary | 100110 | 1011011 | 10111111 | 1010000 | 110100 | 0 | 11001 | 11011011 | 1000011 | 101101 |
Color Harmonies of #265BBF
Complementary color
Monochromatic Colors of #265BBF
Black with #265BBF
Text Example
Text Example
White with #265BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265BBF; }
p { color: rgb(38,91,191); }
H1.HeaderClassName
{
color: #265BBF;
}
.AnyTagClassName
{
color: #265BBF;
}
</style>
background-color css
<style>
a { background-color: #265BBF; }
a { background-color: rgb(38,91,191); }
div.DivClassName
{
background-color: #265BBF;
}
.BgClassName
{
background-color: #265BBF;
}
</style>
border-color css
<style>
span { border-color: #265BBF; }
span { border-color: rgb(38,91,191); }
td.TdClassName
{
border-color: #265BBF;
}
.TagClassName
{
border-color: #265BBF;
}
</style>