Shades of Cerulean Blue #264AC0
Tints of Cerulean Blue #264AC0
RGB
CMYK
RGB Variations
Color information
#264AC0 (or 0x264AC0) is known color: Cerulean Blue. HEX triplet: 26, 4A and C0. RGB value is (38,74,192). Sum of RGB (Red+Green+Blue) = 38+74+192=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 192 (75.39% from 255 or 63.16% from 304); Max value from RGB is 192 - color contains mainly: blue. Hex color #264AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264AC0 is #D9B53F. Grayscale: #4C4C4C. Windows color (decimal): -14267712 or 12601894. OLE color: 12601894.
HSL color Cylindrical-coordinate representation of color #264AC0: hue angle of 225.97º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #264AC0 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 74 | 192 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.25 |
| HSL | 225.97º | 0.67% | 0.45% | - |
| HSV(B) | 225.97º | 0.8% | 0.75% | - |
| XYZ | 12.76 | 9.12 | 50.96 | - |
| YUV | 76.69 | 193.07 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 74 | 192 | 0.80 | 0.61 | 0 | 0.25 | 225.97 | 0.67 | 0.45 |
| Hex | 26 | 4A | C0 | 50 | 3D | 0 | 19 | E2 | 43 | 2D |
| Octal | 46 | 112 | 300 | 120 | 75 | 0 | 31 | 342 | 103 | 55 |
| Binary | 100110 | 1001010 | 11000000 | 1010000 | 111101 | 0 | 11001 | 11100010 | 1000011 | 101101 |
Color Harmonies of #264AC0
Complementary color
Monochromatic Colors of #264AC0
Black with #264AC0
Text Example
Text Example
White with #264AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264AC0; }
p { color: rgb(38,74,192); }
H1.HeaderClassName
{
color: #264AC0;
}
.AnyTagClassName
{
color: #264AC0;
}
</style>
background-color css
<style>
a { background-color: #264AC0; }
a { background-color: rgb(38,74,192); }
div.DivClassName
{
background-color: #264AC0;
}
.BgClassName
{
background-color: #264AC0;
}
</style>
border-color css
<style>
span { border-color: #264AC0; }
span { border-color: rgb(38,74,192); }
td.TdClassName
{
border-color: #264AC0;
}
.TagClassName
{
border-color: #264AC0;
}
</style>