Shades of Cerulean Blue #264BBF
Tints of Cerulean Blue #264BBF
RGB
CMYK
RGB Variations
Color information
#264BBF (or 0x264BBF) is known color: Cerulean Blue. HEX triplet: 26, 4B and BF. RGB value is (38,75,191). Sum of RGB (Red+Green+Blue) = 38+75+191=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 191 (75% from 255 or 62.83% from 304); Max value from RGB is 191 - color contains mainly: blue. Hex color #264BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264BBF is #D9B440. Grayscale: #4C4C4C. Windows color (decimal): -14267457 or 12536614. OLE color: 12536614.
HSL color Cylindrical-coordinate representation of color #264BBF: hue angle of 225.49º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #264BBF is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 75 | 191 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.25 |
| HSL | 225.49º | 0.67% | 0.45% | - |
| HSV(B) | 225.49º | 0.8% | 0.75% | - |
| XYZ | 12.72 | 9.21 | 50.4 | - |
| YUV | 77.16 | 192.24 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 75 | 191 | 0.80 | 0.61 | 0 | 0.25 | 225.49 | 0.67 | 0.45 |
| Hex | 26 | 4B | BF | 50 | 3D | 0 | 19 | E1 | 43 | 2D |
| Octal | 46 | 113 | 277 | 120 | 75 | 0 | 31 | 341 | 103 | 55 |
| Binary | 100110 | 1001011 | 10111111 | 1010000 | 111101 | 0 | 11001 | 11100001 | 1000011 | 101101 |
Color Harmonies of #264BBF
Complementary color
Monochromatic Colors of #264BBF
Black with #264BBF
Text Example
Text Example
White with #264BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264BBF; }
p { color: rgb(38,75,191); }
H1.HeaderClassName
{
color: #264BBF;
}
.AnyTagClassName
{
color: #264BBF;
}
</style>
background-color css
<style>
a { background-color: #264BBF; }
a { background-color: rgb(38,75,191); }
div.DivClassName
{
background-color: #264BBF;
}
.BgClassName
{
background-color: #264BBF;
}
</style>
border-color css
<style>
span { border-color: #264BBF; }
span { border-color: rgb(38,75,191); }
td.TdClassName
{
border-color: #264BBF;
}
.TagClassName
{
border-color: #264BBF;
}
</style>