Shades of Cerulean Blue #264EDE
Tints of Cerulean Blue #264EDE
RGB
CMYK
RGB Variations
Color information
#264EDE (or 0x264EDE) is known color: Cerulean Blue. HEX triplet: 26, 4E and DE. RGB value is (38,78,222). Sum of RGB (Red+Green+Blue) = 38+78+222=338 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.24% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 222 (87.11% from 255 or 65.68% from 338); Max value from RGB is 222 - color contains mainly: blue. Hex color #264EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264EDE is #D9B121. Grayscale: #515151. Windows color (decimal): -14266658 or 14568998. OLE color: 14568998.
HSL color Cylindrical-coordinate representation of color #264EDE: hue angle of 226.96º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #264EDE is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 78 | 222 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.13 |
| HSL | 226.96º | 0.74% | 0.51% | - |
| HSV(B) | 226.96º | 0.83% | 0.87% | - |
| XYZ | 16.71 | 11.13 | 70.38 | - |
| YUV | 82.46 | 206.75 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 78 | 222 | 0.83 | 0.65 | 0 | 0.13 | 226.96 | 0.74 | 0.51 |
| Hex | 26 | 4E | DE | 53 | 41 | 0 | D | E3 | 4A | 33 |
| Octal | 46 | 116 | 336 | 123 | 101 | 0 | 15 | 343 | 112 | 63 |
| Binary | 100110 | 1001110 | 11011110 | 1010011 | 1000001 | 0 | 1101 | 11100011 | 1001010 | 110011 |
Color Harmonies of #264EDE
Complementary color
Monochromatic Colors of #264EDE
Black with #264EDE
Text Example
Text Example
White with #264EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264EDE; }
p { color: rgb(38,78,222); }
H1.HeaderClassName
{
color: #264EDE;
}
.AnyTagClassName
{
color: #264EDE;
}
</style>
background-color css
<style>
a { background-color: #264EDE; }
a { background-color: rgb(38,78,222); }
div.DivClassName
{
background-color: #264EDE;
}
.BgClassName
{
background-color: #264EDE;
}
</style>
border-color css
<style>
span { border-color: #264EDE; }
span { border-color: rgb(38,78,222); }
td.TdClassName
{
border-color: #264EDE;
}
.TagClassName
{
border-color: #264EDE;
}
</style>