Shades of Cerulean Blue #264EBA
Tints of Cerulean Blue #264EBA
RGB
CMYK
RGB Variations
Color information
#264EBA (or 0x264EBA) is known color: Cerulean Blue. HEX triplet: 26, 4E and BA. RGB value is (38,78,186). Sum of RGB (Red+Green+Blue) = 38+78+186=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #264EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264EBA is #D9B145. Grayscale: #4D4D4D. Windows color (decimal): -14266694 or 12209702. OLE color: 12209702.
HSL color Cylindrical-coordinate representation of color #264EBA: hue angle of 223.78º 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 #264EBA is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 78 | 186 | - |
| CMYK | 0.80 | 0.58 | 0 | 0.27 |
| HSL | 223.78º | 0.66% | 0.44% | - |
| HSV(B) | 223.78º | 0.8% | 0.73% | - |
| XYZ | 12.39 | 9.41 | 47.62 | - |
| YUV | 78.35 | 188.75 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 78 | 186 | 0.80 | 0.58 | 0 | 0.27 | 223.78 | 0.66 | 0.44 |
| Hex | 26 | 4E | BA | 50 | 3A | 0 | 1B | E0 | 42 | 2C |
| Octal | 46 | 116 | 272 | 120 | 72 | 0 | 33 | 340 | 102 | 54 |
| Binary | 100110 | 1001110 | 10111010 | 1010000 | 111010 | 0 | 11011 | 11100000 | 1000010 | 101100 |
Color Harmonies of #264EBA
Complementary color
Monochromatic Colors of #264EBA
Black with #264EBA
Text Example
Text Example
White with #264EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264EBA; }
p { color: rgb(38,78,186); }
H1.HeaderClassName
{
color: #264EBA;
}
.AnyTagClassName
{
color: #264EBA;
}
</style>
background-color css
<style>
a { background-color: #264EBA; }
a { background-color: rgb(38,78,186); }
div.DivClassName
{
background-color: #264EBA;
}
.BgClassName
{
background-color: #264EBA;
}
</style>
border-color css
<style>
span { border-color: #264EBA; }
span { border-color: rgb(38,78,186); }
td.TdClassName
{
border-color: #264EBA;
}
.TagClassName
{
border-color: #264EBA;
}
</style>