Shades of Cerulean Blue #264EDD
Tints of Cerulean Blue #264EDD
RGB
CMYK
RGB Variations
Color information
#264EDD (or 0x264EDD) is known color: Cerulean Blue. HEX triplet: 26, 4E and DD. RGB value is (38,78,221). Sum of RGB (Red+Green+Blue) = 38+78+221=337 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.28% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #264EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264EDD is #D9B122. Grayscale: #515151. Windows color (decimal): -14266659 or 14503462. OLE color: 14503462.
HSL color Cylindrical-coordinate representation of color #264EDD: hue angle of 226.89º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #264EDD is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 78 | 221 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.13 |
| HSL | 226.89º | 0.73% | 0.51% | - |
| HSV(B) | 226.89º | 0.83% | 0.87% | - |
| XYZ | 16.57 | 11.08 | 69.67 | - |
| YUV | 82.34 | 206.25 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 78 | 221 | 0.83 | 0.65 | 0 | 0.13 | 226.89 | 0.73 | 0.51 |
| Hex | 26 | 4E | DD | 53 | 41 | 0 | D | E3 | 49 | 33 |
| Octal | 46 | 116 | 335 | 123 | 101 | 0 | 15 | 343 | 111 | 63 |
| Binary | 100110 | 1001110 | 11011101 | 1010011 | 1000001 | 0 | 1101 | 11100011 | 1001001 | 110011 |
Color Harmonies of #264EDD
Complementary color
Monochromatic Colors of #264EDD
Black with #264EDD
Text Example
Text Example
White with #264EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264EDD; }
p { color: rgb(38,78,221); }
H1.HeaderClassName
{
color: #264EDD;
}
.AnyTagClassName
{
color: #264EDD;
}
</style>
background-color css
<style>
a { background-color: #264EDD; }
a { background-color: rgb(38,78,221); }
div.DivClassName
{
background-color: #264EDD;
}
.BgClassName
{
background-color: #264EDD;
}
</style>
border-color css
<style>
span { border-color: #264EDD; }
span { border-color: rgb(38,78,221); }
td.TdClassName
{
border-color: #264EDD;
}
.TagClassName
{
border-color: #264EDD;
}
</style>