Shades of Cerulean Blue #264DB0
Tints of Cerulean Blue #264DB0
RGB
CMYK
RGB Variations
Color information
#264DB0 (or 0x264DB0) is known color: Cerulean Blue. HEX triplet: 26, 4D and B0. RGB value is (38,77,176). Sum of RGB (Red+Green+Blue) = 38+77+176=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 176 (69.14% from 255 or 60.48% from 291); Max value from RGB is 176 - color contains mainly: blue. Hex color #264DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264DB0 is #D9B24F. Grayscale: #4C4C4C. Windows color (decimal): -14266960 or 11554086. OLE color: 11554086.
HSL color Cylindrical-coordinate representation of color #264DB0: hue angle of 223.04º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #264DB0 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 77 | 176 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.31 |
| HSL | 223.04º | 0.64% | 0.42% | - |
| HSV(B) | 223.04º | 0.78% | 0.69% | - |
| XYZ | 11.29 | 8.85 | 42.19 | - |
| YUV | 76.63 | 184.08 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 176 | 0.78 | 0.56 | 0 | 0.31 | 223.04 | 0.64 | 0.42 |
| Hex | 26 | 4D | B0 | 4E | 38 | 0 | 1F | DF | 40 | 2A |
| Octal | 46 | 115 | 260 | 116 | 70 | 0 | 37 | 337 | 100 | 52 |
| Binary | 100110 | 1001101 | 10110000 | 1001110 | 111000 | 0 | 11111 | 11011111 | 1000000 | 101010 |
Color Harmonies of #264DB0
Complementary color
Monochromatic Colors of #264DB0
Black with #264DB0
Text Example
Text Example
White with #264DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264DB0; }
p { color: rgb(38,77,176); }
H1.HeaderClassName
{
color: #264DB0;
}
.AnyTagClassName
{
color: #264DB0;
}
</style>
background-color css
<style>
a { background-color: #264DB0; }
a { background-color: rgb(38,77,176); }
div.DivClassName
{
background-color: #264DB0;
}
.BgClassName
{
background-color: #264DB0;
}
</style>
border-color css
<style>
span { border-color: #264DB0; }
span { border-color: rgb(38,77,176); }
td.TdClassName
{
border-color: #264DB0;
}
.TagClassName
{
border-color: #264DB0;
}
</style>