Shades of Cerulean Blue #264DBB
Tints of Cerulean Blue #264DBB
RGB
CMYK
RGB Variations
Color information
#264DBB (or 0x264DBB) is known color: Cerulean Blue. HEX triplet: 26, 4D and BB. RGB value is (38,77,187). Sum of RGB (Red+Green+Blue) = 38+77+187=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #264DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264DBB is #D9B244. Grayscale: #4D4D4D. Windows color (decimal): -14266949 or 12274982. OLE color: 12274982.
HSL color Cylindrical-coordinate representation of color #264DBB: hue angle of 224.3º 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 #264DBB is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 77 | 187 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.27 |
| HSL | 224.3º | 0.66% | 0.44% | - |
| HSV(B) | 224.3º | 0.8% | 0.73% | - |
| XYZ | 12.42 | 9.31 | 48.16 | - |
| YUV | 77.88 | 189.58 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 187 | 0.80 | 0.59 | 0 | 0.27 | 224.3 | 0.66 | 0.44 |
| Hex | 26 | 4D | BB | 50 | 3B | 0 | 1B | E0 | 42 | 2C |
| Octal | 46 | 115 | 273 | 120 | 73 | 0 | 33 | 340 | 102 | 54 |
| Binary | 100110 | 1001101 | 10111011 | 1010000 | 111011 | 0 | 11011 | 11100000 | 1000010 | 101100 |
Color Harmonies of #264DBB
Complementary color
Monochromatic Colors of #264DBB
Black with #264DBB
Text Example
Text Example
White with #264DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264DBB; }
p { color: rgb(38,77,187); }
H1.HeaderClassName
{
color: #264DBB;
}
.AnyTagClassName
{
color: #264DBB;
}
</style>
background-color css
<style>
a { background-color: #264DBB; }
a { background-color: rgb(38,77,187); }
div.DivClassName
{
background-color: #264DBB;
}
.BgClassName
{
background-color: #264DBB;
}
</style>
border-color css
<style>
span { border-color: #264DBB; }
span { border-color: rgb(38,77,187); }
td.TdClassName
{
border-color: #264DBB;
}
.TagClassName
{
border-color: #264DBB;
}
</style>