Shades of Cerulean Blue #264DB1
Tints of Cerulean Blue #264DB1
RGB
CMYK
RGB Variations
Color information
#264DB1 (or 0x264DB1) is known color: Cerulean Blue. HEX triplet: 26, 4D and B1. RGB value is (38,77,177). Sum of RGB (Red+Green+Blue) = 38+77+177=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 177 (69.53% from 255 or 60.62% from 292); Max value from RGB is 177 - color contains mainly: blue. Hex color #264DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264DB1 is #D9B24E. Grayscale: #4C4C4C. Windows color (decimal): -14266959 or 11619622. OLE color: 11619622.
HSL color Cylindrical-coordinate representation of color #264DB1: hue angle of 223.17º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #264DB1 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 77 | 177 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.31 |
| HSL | 223.17º | 0.65% | 0.42% | - |
| HSV(B) | 223.17º | 0.79% | 0.69% | - |
| XYZ | 11.39 | 8.89 | 42.71 | - |
| YUV | 76.74 | 184.58 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 177 | 0.79 | 0.56 | 0 | 0.31 | 223.17 | 0.65 | 0.42 |
| Hex | 26 | 4D | B1 | 4F | 38 | 0 | 1F | DF | 41 | 2A |
| Octal | 46 | 115 | 261 | 117 | 70 | 0 | 37 | 337 | 101 | 52 |
| Binary | 100110 | 1001101 | 10110001 | 1001111 | 111000 | 0 | 11111 | 11011111 | 1000001 | 101010 |
Color Harmonies of #264DB1
Complementary color
Monochromatic Colors of #264DB1
Black with #264DB1
Text Example
Text Example
White with #264DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264DB1; }
p { color: rgb(38,77,177); }
H1.HeaderClassName
{
color: #264DB1;
}
.AnyTagClassName
{
color: #264DB1;
}
</style>
background-color css
<style>
a { background-color: #264DB1; }
a { background-color: rgb(38,77,177); }
div.DivClassName
{
background-color: #264DB1;
}
.BgClassName
{
background-color: #264DB1;
}
</style>
border-color css
<style>
span { border-color: #264DB1; }
span { border-color: rgb(38,77,177); }
td.TdClassName
{
border-color: #264DB1;
}
.TagClassName
{
border-color: #264DB1;
}
</style>