Shades of Cerulean Blue #264BBB
Tints of Cerulean Blue #264BBB
RGB
CMYK
RGB Variations
Color information
#264BBB (or 0x264BBB) is known color: Cerulean Blue. HEX triplet: 26, 4B and BB. RGB value is (38,75,187). Sum of RGB (Red+Green+Blue) = 38+75+187=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 187 (73.44% from 255 or 62.33% from 300); Max value from RGB is 187 - color contains mainly: blue. Hex color #264BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264BBB is #D9B444. Grayscale: #4C4C4C. Windows color (decimal): -14267461 or 12274470. OLE color: 12274470.
HSL color Cylindrical-coordinate representation of color #264BBB: hue angle of 225.1º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #264BBB is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 75 | 187 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.27 |
| HSL | 225.1º | 0.66% | 0.44% | - |
| HSV(B) | 225.1º | 0.8% | 0.73% | - |
| XYZ | 12.29 | 9.03 | 48.11 | - |
| YUV | 76.71 | 190.24 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 75 | 187 | 0.80 | 0.60 | 0 | 0.27 | 225.1 | 0.66 | 0.44 |
| Hex | 26 | 4B | BB | 50 | 3C | 0 | 1B | E1 | 42 | 2C |
| Octal | 46 | 113 | 273 | 120 | 74 | 0 | 33 | 341 | 102 | 54 |
| Binary | 100110 | 1001011 | 10111011 | 1010000 | 111100 | 0 | 11011 | 11100001 | 1000010 | 101100 |
Color Harmonies of #264BBB
Complementary color
Monochromatic Colors of #264BBB
Black with #264BBB
Text Example
Text Example
White with #264BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264BBB; }
p { color: rgb(38,75,187); }
H1.HeaderClassName
{
color: #264BBB;
}
.AnyTagClassName
{
color: #264BBB;
}
</style>
background-color css
<style>
a { background-color: #264BBB; }
a { background-color: rgb(38,75,187); }
div.DivClassName
{
background-color: #264BBB;
}
.BgClassName
{
background-color: #264BBB;
}
</style>
border-color css
<style>
span { border-color: #264BBB; }
span { border-color: rgb(38,75,187); }
td.TdClassName
{
border-color: #264BBB;
}
.TagClassName
{
border-color: #264BBB;
}
</style>