Shades of Cerulean Blue #264EDB
Tints of Cerulean Blue #264EDB
RGB
CMYK
RGB Variations
Color information
#264EDB (or 0x264EDB) is known color: Cerulean Blue. HEX triplet: 26, 4E and DB. RGB value is (38,78,219). Sum of RGB (Red+Green+Blue) = 38+78+219=335 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.34% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #264EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264EDB is #D9B124. Grayscale: #515151. Windows color (decimal): -14266661 or 14372390. OLE color: 14372390.
HSL color Cylindrical-coordinate representation of color #264EDB: hue angle of 226.74º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #264EDB is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 78 | 219 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.14 |
| HSL | 226.74º | 0.72% | 0.5% | - |
| HSV(B) | 226.74º | 0.83% | 0.86% | - |
| XYZ | 16.31 | 10.98 | 68.28 | - |
| YUV | 82.11 | 205.25 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 78 | 219 | 0.83 | 0.64 | 0 | 0.14 | 226.74 | 0.72 | 0.5 |
| Hex | 26 | 4E | DB | 53 | 40 | 0 | E | E3 | 48 | 32 |
| Octal | 46 | 116 | 333 | 123 | 100 | 0 | 16 | 343 | 110 | 62 |
| Binary | 100110 | 1001110 | 11011011 | 1010011 | 1000000 | 0 | 1110 | 11100011 | 1001000 | 110010 |
Color Harmonies of #264EDB
Complementary color
Monochromatic Colors of #264EDB
Black with #264EDB
Text Example
Text Example
White with #264EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264EDB; }
p { color: rgb(38,78,219); }
H1.HeaderClassName
{
color: #264EDB;
}
.AnyTagClassName
{
color: #264EDB;
}
</style>
background-color css
<style>
a { background-color: #264EDB; }
a { background-color: rgb(38,78,219); }
div.DivClassName
{
background-color: #264EDB;
}
.BgClassName
{
background-color: #264EDB;
}
</style>
border-color css
<style>
span { border-color: #264EDB; }
span { border-color: rgb(38,78,219); }
td.TdClassName
{
border-color: #264EDB;
}
.TagClassName
{
border-color: #264EDB;
}
</style>