Shades of Cerulean Blue #264EDC
Tints of Cerulean Blue #264EDC
RGB
CMYK
RGB Variations
Color information
#264EDC (or 0x264EDC) is known color: Cerulean Blue. HEX triplet: 26, 4E and DC. RGB value is (38,78,220). Sum of RGB (Red+Green+Blue) = 38+78+220=336 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.31% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #264EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264EDC is #D9B123. Grayscale: #515151. Windows color (decimal): -14266660 or 14437926. OLE color: 14437926.
HSL color Cylindrical-coordinate representation of color #264EDC: hue angle of 226.81º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #264EDC is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 78 | 220 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.14 |
| HSL | 226.81º | 0.72% | 0.51% | - |
| HSV(B) | 226.81º | 0.83% | 0.86% | - |
| XYZ | 16.44 | 11.03 | 68.97 | - |
| YUV | 82.23 | 205.75 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 78 | 220 | 0.83 | 0.65 | 0 | 0.14 | 226.81 | 0.72 | 0.51 |
| Hex | 26 | 4E | DC | 53 | 41 | 0 | E | E3 | 48 | 33 |
| Octal | 46 | 116 | 334 | 123 | 101 | 0 | 16 | 343 | 110 | 63 |
| Binary | 100110 | 1001110 | 11011100 | 1010011 | 1000001 | 0 | 1110 | 11100011 | 1001000 | 110011 |
Color Harmonies of #264EDC
Complementary color
Monochromatic Colors of #264EDC
Black with #264EDC
Text Example
Text Example
White with #264EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264EDC; }
p { color: rgb(38,78,220); }
H1.HeaderClassName
{
color: #264EDC;
}
.AnyTagClassName
{
color: #264EDC;
}
</style>
background-color css
<style>
a { background-color: #264EDC; }
a { background-color: rgb(38,78,220); }
div.DivClassName
{
background-color: #264EDC;
}
.BgClassName
{
background-color: #264EDC;
}
</style>
border-color css
<style>
span { border-color: #264EDC; }
span { border-color: rgb(38,78,220); }
td.TdClassName
{
border-color: #264EDC;
}
.TagClassName
{
border-color: #264EDC;
}
</style>