Shades of Cerulean Blue #264BA8
Tints of Cerulean Blue #264BA8
RGB
CMYK
RGB Variations
Color information
#264BA8 (or 0x264BA8) is known color: Cerulean Blue. HEX triplet: 26, 4B and A8. RGB value is (38,75,168). Sum of RGB (Red+Green+Blue) = 38+75+168=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 168 (66.02% from 255 or 59.79% from 281); Max value from RGB is 168 - color contains mainly: blue. Hex color #264BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264BA8 is #D9B457. Grayscale: #4A4A4A. Windows color (decimal): -14267480 or 11029286. OLE color: 11029286.
HSL color Cylindrical-coordinate representation of color #264BA8: hue angle of 222.92º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #264BA8 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 38 | 75 | 168 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.34 |
| HSL | 222.92º | 0.63% | 0.4% | - |
| HSV(B) | 222.92º | 0.77% | 0.66% | - |
| XYZ | 10.38 | 8.27 | 38.1 | - |
| YUV | 74.54 | 180.74 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 75 | 168 | 0.77 | 0.55 | 0 | 0.34 | 222.92 | 0.63 | 0.4 |
| Hex | 26 | 4B | A8 | 4D | 37 | 0 | 22 | DF | 3F | 28 |
| Octal | 46 | 113 | 250 | 115 | 67 | 0 | 42 | 337 | 77 | 50 |
| Binary | 100110 | 1001011 | 10101000 | 1001101 | 110111 | 0 | 100010 | 11011111 | 111111 | 101000 |
Color Harmonies of #264BA8
Complementary color
Monochromatic Colors of #264BA8
Black with #264BA8
Text Example
Text Example
White with #264BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264BA8; }
p { color: rgb(38,75,168); }
H1.HeaderClassName
{
color: #264BA8;
}
.AnyTagClassName
{
color: #264BA8;
}
</style>
background-color css
<style>
a { background-color: #264BA8; }
a { background-color: rgb(38,75,168); }
div.DivClassName
{
background-color: #264BA8;
}
.BgClassName
{
background-color: #264BA8;
}
</style>
border-color css
<style>
span { border-color: #264BA8; }
span { border-color: rgb(38,75,168); }
td.TdClassName
{
border-color: #264BA8;
}
.TagClassName
{
border-color: #264BA8;
}
</style>