Shades of Cerulean Blue #264DBD
Tints of Cerulean Blue #264DBD
RGB
CMYK
RGB Variations
Color information
#264DBD (or 0x264DBD) is known color: Cerulean Blue. HEX triplet: 26, 4D and BD. RGB value is (38,77,189). Sum of RGB (Red+Green+Blue) = 38+77+189=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 189 (74.22% from 255 or 62.17% from 304); Max value from RGB is 189 - color contains mainly: blue. Hex color #264DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264DBD is #D9B242. Grayscale: #4D4D4D. Windows color (decimal): -14266947 or 12406054. OLE color: 12406054.
HSL color Cylindrical-coordinate representation of color #264DBD: hue angle of 224.5º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #264DBD is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 77 | 189 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.26 |
| HSL | 224.5º | 0.67% | 0.45% | - |
| HSV(B) | 224.5º | 0.8% | 0.74% | - |
| XYZ | 12.64 | 9.39 | 49.29 | - |
| YUV | 78.11 | 190.58 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 189 | 0.80 | 0.59 | 0 | 0.26 | 224.5 | 0.67 | 0.45 |
| Hex | 26 | 4D | BD | 50 | 3B | 0 | 1A | E1 | 43 | 2D |
| Octal | 46 | 115 | 275 | 120 | 73 | 0 | 32 | 341 | 103 | 55 |
| Binary | 100110 | 1001101 | 10111101 | 1010000 | 111011 | 0 | 11010 | 11100001 | 1000011 | 101101 |
Color Harmonies of #264DBD
Complementary color
Monochromatic Colors of #264DBD
Black with #264DBD
Text Example
Text Example
White with #264DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264DBD; }
p { color: rgb(38,77,189); }
H1.HeaderClassName
{
color: #264DBD;
}
.AnyTagClassName
{
color: #264DBD;
}
</style>
background-color css
<style>
a { background-color: #264DBD; }
a { background-color: rgb(38,77,189); }
div.DivClassName
{
background-color: #264DBD;
}
.BgClassName
{
background-color: #264DBD;
}
</style>
border-color css
<style>
span { border-color: #264DBD; }
span { border-color: rgb(38,77,189); }
td.TdClassName
{
border-color: #264DBD;
}
.TagClassName
{
border-color: #264DBD;
}
</style>