Shades of Cerulean Blue #264DAB
Tints of Cerulean Blue #264DAB
RGB
CMYK
RGB Variations
Color information
#264DAB (or 0x264DAB) is known color: Cerulean Blue. HEX triplet: 26, 4D and AB. RGB value is (38,77,171). Sum of RGB (Red+Green+Blue) = 38+77+171=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #264DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264DAB is #D9B254. Grayscale: #4B4B4B. Windows color (decimal): -14266965 or 11226406. OLE color: 11226406.
HSL color Cylindrical-coordinate representation of color #264DAB: hue angle of 222.41º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #264DAB is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 77 | 171 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.33 |
| HSL | 222.41º | 0.64% | 0.41% | - |
| HSV(B) | 222.41º | 0.78% | 0.67% | - |
| XYZ | 10.8 | 8.66 | 39.63 | - |
| YUV | 76.06 | 181.58 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 171 | 0.78 | 0.55 | 0 | 0.33 | 222.41 | 0.64 | 0.41 |
| Hex | 26 | 4D | AB | 4E | 37 | 0 | 21 | DE | 40 | 29 |
| Octal | 46 | 115 | 253 | 116 | 67 | 0 | 41 | 336 | 100 | 51 |
| Binary | 100110 | 1001101 | 10101011 | 1001110 | 110111 | 0 | 100001 | 11011110 | 1000000 | 101001 |
Color Harmonies of #264DAB
Complementary color
Monochromatic Colors of #264DAB
Black with #264DAB
Text Example
Text Example
White with #264DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264DAB; }
p { color: rgb(38,77,171); }
H1.HeaderClassName
{
color: #264DAB;
}
.AnyTagClassName
{
color: #264DAB;
}
</style>
background-color css
<style>
a { background-color: #264DAB; }
a { background-color: rgb(38,77,171); }
div.DivClassName
{
background-color: #264DAB;
}
.BgClassName
{
background-color: #264DAB;
}
</style>
border-color css
<style>
span { border-color: #264DAB; }
span { border-color: rgb(38,77,171); }
td.TdClassName
{
border-color: #264DAB;
}
.TagClassName
{
border-color: #264DAB;
}
</style>