Shades of Cerulean Blue #264ECF
Tints of Cerulean Blue #264ECF
RGB
CMYK
RGB Variations
Color information
#264ECF (or 0x264ECF) is known color: Cerulean Blue. HEX triplet: 26, 4E and CF. RGB value is (38,78,207). Sum of RGB (Red+Green+Blue) = 38+78+207=323 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.76% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #264ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264ECF is #D9B130. Grayscale: #505050. Windows color (decimal): -14266673 or 13585958. OLE color: 13585958.
HSL color Cylindrical-coordinate representation of color #264ECF: hue angle of 225.8º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #264ECF is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 78 | 207 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.19 |
| HSL | 225.8º | 0.69% | 0.48% | - |
| HSV(B) | 225.8º | 0.82% | 0.81% | - |
| XYZ | 14.79 | 10.37 | 60.25 | - |
| YUV | 80.75 | 199.25 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 78 | 207 | 0.82 | 0.62 | 0 | 0.19 | 225.8 | 0.69 | 0.48 |
| Hex | 26 | 4E | CF | 52 | 3E | 0 | 13 | E2 | 45 | 30 |
| Octal | 46 | 116 | 317 | 122 | 76 | 0 | 23 | 342 | 105 | 60 |
| Binary | 100110 | 1001110 | 11001111 | 1010010 | 111110 | 0 | 10011 | 11100010 | 1000101 | 110000 |
Color Harmonies of #264ECF
Complementary color
Monochromatic Colors of #264ECF
Black with #264ECF
Text Example
Text Example
White with #264ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264ECF; }
p { color: rgb(38,78,207); }
H1.HeaderClassName
{
color: #264ECF;
}
.AnyTagClassName
{
color: #264ECF;
}
</style>
background-color css
<style>
a { background-color: #264ECF; }
a { background-color: rgb(38,78,207); }
div.DivClassName
{
background-color: #264ECF;
}
.BgClassName
{
background-color: #264ECF;
}
</style>
border-color css
<style>
span { border-color: #264ECF; }
span { border-color: rgb(38,78,207); }
td.TdClassName
{
border-color: #264ECF;
}
.TagClassName
{
border-color: #264ECF;
}
</style>