Shades of Cerulean Blue #264DBF
Tints of Cerulean Blue #264DBF
RGB
CMYK
RGB Variations
Color information
#264DBF (or 0x264DBF) is known color: Cerulean Blue. HEX triplet: 26, 4D and BF. RGB value is (38,77,191). Sum of RGB (Red+Green+Blue) = 38+77+191=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #264DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264DBF is #D9B240. Grayscale: #4D4D4D. Windows color (decimal): -14266945 or 12537126. OLE color: 12537126.
HSL color Cylindrical-coordinate representation of color #264DBF: hue angle of 224.71º 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 #264DBF is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 77 | 191 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.25 |
| HSL | 224.71º | 0.67% | 0.45% | - |
| HSV(B) | 224.71º | 0.8% | 0.75% | - |
| XYZ | 12.86 | 9.48 | 50.44 | - |
| YUV | 78.34 | 191.58 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 191 | 0.80 | 0.60 | 0 | 0.25 | 224.71 | 0.67 | 0.45 |
| Hex | 26 | 4D | BF | 50 | 3C | 0 | 19 | E1 | 43 | 2D |
| Octal | 46 | 115 | 277 | 120 | 74 | 0 | 31 | 341 | 103 | 55 |
| Binary | 100110 | 1001101 | 10111111 | 1010000 | 111100 | 0 | 11001 | 11100001 | 1000011 | 101101 |
Color Harmonies of #264DBF
Complementary color
Monochromatic Colors of #264DBF
Black with #264DBF
Text Example
Text Example
White with #264DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264DBF; }
p { color: rgb(38,77,191); }
H1.HeaderClassName
{
color: #264DBF;
}
.AnyTagClassName
{
color: #264DBF;
}
</style>
background-color css
<style>
a { background-color: #264DBF; }
a { background-color: rgb(38,77,191); }
div.DivClassName
{
background-color: #264DBF;
}
.BgClassName
{
background-color: #264DBF;
}
</style>
border-color css
<style>
span { border-color: #264DBF; }
span { border-color: rgb(38,77,191); }
td.TdClassName
{
border-color: #264DBF;
}
.TagClassName
{
border-color: #264DBF;
}
</style>