Shades of Cerulean Blue #264DBA
Tints of Cerulean Blue #264DBA
RGB
CMYK
RGB Variations
Color information
#264DBA (or 0x264DBA) is known color: Cerulean Blue. HEX triplet: 26, 4D and BA. RGB value is (38,77,186). Sum of RGB (Red+Green+Blue) = 38+77+186=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #264DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264DBA is #D9B245. Grayscale: #4D4D4D. Windows color (decimal): -14266950 or 12209446. OLE color: 12209446.
HSL color Cylindrical-coordinate representation of color #264DBA: hue angle of 224.19º 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 #264DBA is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 77 | 186 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.27 |
| HSL | 224.19º | 0.66% | 0.44% | - |
| HSV(B) | 224.19º | 0.8% | 0.73% | - |
| XYZ | 12.32 | 9.26 | 47.59 | - |
| YUV | 77.77 | 189.08 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 186 | 0.80 | 0.59 | 0 | 0.27 | 224.19 | 0.66 | 0.44 |
| Hex | 26 | 4D | BA | 50 | 3B | 0 | 1B | E0 | 42 | 2C |
| Octal | 46 | 115 | 272 | 120 | 73 | 0 | 33 | 340 | 102 | 54 |
| Binary | 100110 | 1001101 | 10111010 | 1010000 | 111011 | 0 | 11011 | 11100000 | 1000010 | 101100 |
Color Harmonies of #264DBA
Complementary color
Monochromatic Colors of #264DBA
Black with #264DBA
Text Example
Text Example
White with #264DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264DBA; }
p { color: rgb(38,77,186); }
H1.HeaderClassName
{
color: #264DBA;
}
.AnyTagClassName
{
color: #264DBA;
}
</style>
background-color css
<style>
a { background-color: #264DBA; }
a { background-color: rgb(38,77,186); }
div.DivClassName
{
background-color: #264DBA;
}
.BgClassName
{
background-color: #264DBA;
}
</style>
border-color css
<style>
span { border-color: #264DBA; }
span { border-color: rgb(38,77,186); }
td.TdClassName
{
border-color: #264DBA;
}
.TagClassName
{
border-color: #264DBA;
}
</style>