Shades of Cerulean Blue #264DDD
Tints of Cerulean Blue #264DDD
RGB
CMYK
RGB Variations
Color information
#264DDD (or 0x264DDD) is known color: Cerulean Blue. HEX triplet: 26, 4D and DD. RGB value is (38,77,221). Sum of RGB (Red+Green+Blue) = 38+77+221=336 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.31% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #264DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264DDD is #D9B222. Grayscale: #515151. Windows color (decimal): -14266915 or 14503206. OLE color: 14503206.
HSL color Cylindrical-coordinate representation of color #264DDD: hue angle of 227.21º 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 #264DDD is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 77 | 221 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.13 |
| HSL | 227.21º | 0.73% | 0.51% | - |
| HSV(B) | 227.21º | 0.83% | 0.87% | - |
| XYZ | 16.5 | 10.94 | 69.65 | - |
| YUV | 81.76 | 206.58 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 221 | 0.83 | 0.65 | 0 | 0.13 | 227.21 | 0.73 | 0.51 |
| Hex | 26 | 4D | DD | 53 | 41 | 0 | D | E3 | 49 | 33 |
| Octal | 46 | 115 | 335 | 123 | 101 | 0 | 15 | 343 | 111 | 63 |
| Binary | 100110 | 1001101 | 11011101 | 1010011 | 1000001 | 0 | 1101 | 11100011 | 1001001 | 110011 |
Color Harmonies of #264DDD
Complementary color
Monochromatic Colors of #264DDD
Black with #264DDD
Text Example
Text Example
White with #264DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264DDD; }
p { color: rgb(38,77,221); }
H1.HeaderClassName
{
color: #264DDD;
}
.AnyTagClassName
{
color: #264DDD;
}
</style>
background-color css
<style>
a { background-color: #264DDD; }
a { background-color: rgb(38,77,221); }
div.DivClassName
{
background-color: #264DDD;
}
.BgClassName
{
background-color: #264DDD;
}
</style>
border-color css
<style>
span { border-color: #264DDD; }
span { border-color: rgb(38,77,221); }
td.TdClassName
{
border-color: #264DDD;
}
.TagClassName
{
border-color: #264DDD;
}
</style>