Shades of Cerulean Blue #264DCC
Tints of Cerulean Blue #264DCC
RGB
CMYK
RGB Variations
Color information
#264DCC (or 0x264DCC) is known color: Cerulean Blue. HEX triplet: 26, 4D and CC. RGB value is (38,77,204). Sum of RGB (Red+Green+Blue) = 38+77+204=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #264DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264DCC is #D9B233. Grayscale: #4F4F4F. Windows color (decimal): -14266932 or 13389094. OLE color: 13389094.
HSL color Cylindrical-coordinate representation of color #264DCC: hue angle of 225.9º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #264DCC is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 77 | 204 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.2 |
| HSL | 225.9º | 0.69% | 0.47% | - |
| HSV(B) | 225.9º | 0.81% | 0.8% | - |
| XYZ | 14.35 | 10.08 | 58.32 | - |
| YUV | 79.82 | 198.08 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 204 | 0.81 | 0.62 | 0 | 0.2 | 225.9 | 0.69 | 0.47 |
| Hex | 26 | 4D | CC | 51 | 3E | 0 | 14 | E2 | 45 | 2F |
| Octal | 46 | 115 | 314 | 121 | 76 | 0 | 24 | 342 | 105 | 57 |
| Binary | 100110 | 1001101 | 11001100 | 1010001 | 111110 | 0 | 10100 | 11100010 | 1000101 | 101111 |
Color Harmonies of #264DCC
Complementary color
Monochromatic Colors of #264DCC
Black with #264DCC
Text Example
Text Example
White with #264DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264DCC; }
p { color: rgb(38,77,204); }
H1.HeaderClassName
{
color: #264DCC;
}
.AnyTagClassName
{
color: #264DCC;
}
</style>
background-color css
<style>
a { background-color: #264DCC; }
a { background-color: rgb(38,77,204); }
div.DivClassName
{
background-color: #264DCC;
}
.BgClassName
{
background-color: #264DCC;
}
</style>
border-color css
<style>
span { border-color: #264DCC; }
span { border-color: rgb(38,77,204); }
td.TdClassName
{
border-color: #264DCC;
}
.TagClassName
{
border-color: #264DCC;
}
</style>