Shades of Cerulean Blue #265AAF
Tints of Cerulean Blue #265AAF
RGB
CMYK
RGB Variations
Color information
#265AAF (or 0x265AAF) is known color: Cerulean Blue. HEX triplet: 26, 5A and AF. RGB value is (38,90,175). Sum of RGB (Red+Green+Blue) = 38+90+175=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 175 (68.75% from 255 or 57.76% from 303); Max value from RGB is 175 - color contains mainly: blue. Hex color #265AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265AAF is #D9A550. Grayscale: #535353. Windows color (decimal): -14263633 or 11491878. OLE color: 11491878.
HSL color Cylindrical-coordinate representation of color #265AAF: hue angle of 217.23º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #265AAF is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 90 | 175 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.31 |
| HSL | 217.23º | 0.64% | 0.42% | - |
| HSV(B) | 217.23º | 0.78% | 0.69% | - |
| XYZ | 12.19 | 10.82 | 42 | - |
| YUV | 84.14 | 179.27 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 90 | 175 | 0.78 | 0.49 | 0 | 0.31 | 217.23 | 0.64 | 0.42 |
| Hex | 26 | 5A | AF | 4E | 31 | 0 | 1F | D9 | 40 | 2A |
| Octal | 46 | 132 | 257 | 116 | 61 | 0 | 37 | 331 | 100 | 52 |
| Binary | 100110 | 1011010 | 10101111 | 1001110 | 110001 | 0 | 11111 | 11011001 | 1000000 | 101010 |
Color Harmonies of #265AAF
Complementary color
Monochromatic Colors of #265AAF
Black with #265AAF
Text Example
Text Example
White with #265AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265AAF; }
p { color: rgb(38,90,175); }
H1.HeaderClassName
{
color: #265AAF;
}
.AnyTagClassName
{
color: #265AAF;
}
</style>
background-color css
<style>
a { background-color: #265AAF; }
a { background-color: rgb(38,90,175); }
div.DivClassName
{
background-color: #265AAF;
}
.BgClassName
{
background-color: #265AAF;
}
</style>
border-color css
<style>
span { border-color: #265AAF; }
span { border-color: rgb(38,90,175); }
td.TdClassName
{
border-color: #265AAF;
}
.TagClassName
{
border-color: #265AAF;
}
</style>