Shades of Cerulean Blue #264AAD
Tints of Cerulean Blue #264AAD
RGB
CMYK
RGB Variations
Color information
#264AAD (or 0x264AAD) is known color: Cerulean Blue. HEX triplet: 26, 4A and AD. RGB value is (38,74,173). Sum of RGB (Red+Green+Blue) = 38+74+173=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #264AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264AAD is #D9B552. Grayscale: #4A4A4A. Windows color (decimal): -14267731 or 11356710. OLE color: 11356710.
HSL color Cylindrical-coordinate representation of color #264AAD: hue angle of 224º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #264AAD is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 74 | 173 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.32 |
| HSL | 224º | 0.64% | 0.41% | - |
| HSV(B) | 224º | 0.78% | 0.68% | - |
| XYZ | 10.79 | 8.33 | 40.57 | - |
| YUV | 74.52 | 183.57 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 74 | 173 | 0.78 | 0.57 | 0 | 0.32 | 224 | 0.64 | 0.41 |
| Hex | 26 | 4A | AD | 4E | 39 | 0 | 20 | E0 | 40 | 29 |
| Octal | 46 | 112 | 255 | 116 | 71 | 0 | 40 | 340 | 100 | 51 |
| Binary | 100110 | 1001010 | 10101101 | 1001110 | 111001 | 0 | 100000 | 11100000 | 1000000 | 101001 |
Color Harmonies of #264AAD
Complementary color
Monochromatic Colors of #264AAD
Black with #264AAD
Text Example
Text Example
White with #264AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264AAD; }
p { color: rgb(38,74,173); }
H1.HeaderClassName
{
color: #264AAD;
}
.AnyTagClassName
{
color: #264AAD;
}
</style>
background-color css
<style>
a { background-color: #264AAD; }
a { background-color: rgb(38,74,173); }
div.DivClassName
{
background-color: #264AAD;
}
.BgClassName
{
background-color: #264AAD;
}
</style>
border-color css
<style>
span { border-color: #264AAD; }
span { border-color: rgb(38,74,173); }
td.TdClassName
{
border-color: #264AAD;
}
.TagClassName
{
border-color: #264AAD;
}
</style>