Shades of Cerulean Blue #264FAC
Tints of Cerulean Blue #264FAC
RGB
CMYK
RGB Variations
Color information
#264FAC (or 0x264FAC) is known color: Cerulean Blue. HEX triplet: 26, 4F and AC. RGB value is (38,79,172). Sum of RGB (Red+Green+Blue) = 38+79+172=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #264FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264FAC is #D9B053. Grayscale: #4C4C4C. Windows color (decimal): -14266452 or 11292454. OLE color: 11292454.
HSL color Cylindrical-coordinate representation of color #264FAC: hue angle of 221.64º 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 #264FAC is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 79 | 172 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.33 |
| HSL | 221.64º | 0.64% | 0.41% | - |
| HSV(B) | 221.64º | 0.78% | 0.67% | - |
| XYZ | 11.04 | 8.98 | 40.18 | - |
| YUV | 77.34 | 181.42 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 79 | 172 | 0.78 | 0.54 | 0 | 0.33 | 221.64 | 0.64 | 0.41 |
| Hex | 26 | 4F | AC | 4E | 36 | 0 | 21 | DE | 40 | 29 |
| Octal | 46 | 117 | 254 | 116 | 66 | 0 | 41 | 336 | 100 | 51 |
| Binary | 100110 | 1001111 | 10101100 | 1001110 | 110110 | 0 | 100001 | 11011110 | 1000000 | 101001 |
Color Harmonies of #264FAC
Complementary color
Monochromatic Colors of #264FAC
Black with #264FAC
Text Example
Text Example
White with #264FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264FAC; }
p { color: rgb(38,79,172); }
H1.HeaderClassName
{
color: #264FAC;
}
.AnyTagClassName
{
color: #264FAC;
}
</style>
background-color css
<style>
a { background-color: #264FAC; }
a { background-color: rgb(38,79,172); }
div.DivClassName
{
background-color: #264FAC;
}
.BgClassName
{
background-color: #264FAC;
}
</style>
border-color css
<style>
span { border-color: #264FAC; }
span { border-color: rgb(38,79,172); }
td.TdClassName
{
border-color: #264FAC;
}
.TagClassName
{
border-color: #264FAC;
}
</style>