Shades of Cerulean Blue #265AAE
Tints of Cerulean Blue #265AAE
RGB
CMYK
RGB Variations
Color information
#265AAE (or 0x265AAE) is known color: Cerulean Blue. HEX triplet: 26, 5A and AE. RGB value is (38,90,174). Sum of RGB (Red+Green+Blue) = 38+90+174=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 174 (68.36% from 255 or 57.62% from 302); Max value from RGB is 174 - color contains mainly: blue. Hex color #265AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265AAE is #D9A551. Grayscale: #535353. Windows color (decimal): -14263634 or 11426342. OLE color: 11426342.
HSL color Cylindrical-coordinate representation of color #265AAE: hue angle of 217.06º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #265AAE is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 90 | 174 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.32 |
| HSL | 217.06º | 0.64% | 0.42% | - |
| HSV(B) | 217.06º | 0.78% | 0.68% | - |
| XYZ | 12.1 | 10.78 | 41.49 | - |
| YUV | 84.03 | 178.77 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 90 | 174 | 0.78 | 0.48 | 0 | 0.32 | 217.06 | 0.64 | 0.42 |
| Hex | 26 | 5A | AE | 4E | 30 | 0 | 20 | D9 | 40 | 2A |
| Octal | 46 | 132 | 256 | 116 | 60 | 0 | 40 | 331 | 100 | 52 |
| Binary | 100110 | 1011010 | 10101110 | 1001110 | 110000 | 0 | 100000 | 11011001 | 1000000 | 101010 |
Color Harmonies of #265AAE
Complementary color
Monochromatic Colors of #265AAE
Black with #265AAE
Text Example
Text Example
White with #265AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265AAE; }
p { color: rgb(38,90,174); }
H1.HeaderClassName
{
color: #265AAE;
}
.AnyTagClassName
{
color: #265AAE;
}
</style>
background-color css
<style>
a { background-color: #265AAE; }
a { background-color: rgb(38,90,174); }
div.DivClassName
{
background-color: #265AAE;
}
.BgClassName
{
background-color: #265AAE;
}
</style>
border-color css
<style>
span { border-color: #265AAE; }
span { border-color: rgb(38,90,174); }
td.TdClassName
{
border-color: #265AAE;
}
.TagClassName
{
border-color: #265AAE;
}
</style>