Shades of Cerulean Blue #264DDB
Tints of Cerulean Blue #264DDB
RGB
CMYK
RGB Variations
Color information
#264DDB (or 0x264DDB) is known color: Cerulean Blue. HEX triplet: 26, 4D and DB. RGB value is (38,77,219). Sum of RGB (Red+Green+Blue) = 38+77+219=334 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.38% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #264DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264DDB is #D9B224. Grayscale: #505050. Windows color (decimal): -14266917 or 14372134. OLE color: 14372134.
HSL color Cylindrical-coordinate representation of color #264DDB: hue angle of 227.07º 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 #264DDB is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 77 | 219 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.14 |
| HSL | 227.07º | 0.72% | 0.5% | - |
| HSV(B) | 227.07º | 0.83% | 0.86% | - |
| XYZ | 16.24 | 10.83 | 68.25 | - |
| YUV | 81.53 | 205.58 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 219 | 0.83 | 0.65 | 0 | 0.14 | 227.07 | 0.72 | 0.5 |
| Hex | 26 | 4D | DB | 53 | 41 | 0 | E | E3 | 48 | 32 |
| Octal | 46 | 115 | 333 | 123 | 101 | 0 | 16 | 343 | 110 | 62 |
| Binary | 100110 | 1001101 | 11011011 | 1010011 | 1000001 | 0 | 1110 | 11100011 | 1001000 | 110010 |
Color Harmonies of #264DDB
Complementary color
Monochromatic Colors of #264DDB
Black with #264DDB
Text Example
Text Example
White with #264DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264DDB; }
p { color: rgb(38,77,219); }
H1.HeaderClassName
{
color: #264DDB;
}
.AnyTagClassName
{
color: #264DDB;
}
</style>
background-color css
<style>
a { background-color: #264DDB; }
a { background-color: rgb(38,77,219); }
div.DivClassName
{
background-color: #264DDB;
}
.BgClassName
{
background-color: #264DDB;
}
</style>
border-color css
<style>
span { border-color: #264DDB; }
span { border-color: rgb(38,77,219); }
td.TdClassName
{
border-color: #264DDB;
}
.TagClassName
{
border-color: #264DDB;
}
</style>