Shades of Cerulean Blue #264FCD
Tints of Cerulean Blue #264FCD
RGB
CMYK
RGB Variations
Color information
#264FCD (or 0x264FCD) is known color: Cerulean Blue. HEX triplet: 26, 4F and CD. RGB value is (38,79,205). Sum of RGB (Red+Green+Blue) = 38+79+205=322 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.80% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 205 (80.47% from 255 or 63.66% from 322); Max value from RGB is 205 - color contains mainly: blue. Hex color #264FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264FCD is #D9B032. Grayscale: #505050. Windows color (decimal): -14266419 or 13455142. OLE color: 13455142.
HSL color Cylindrical-coordinate representation of color #264FCD: hue angle of 225.27º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #264FCD is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 79 | 205 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.20 |
| HSL | 225.27º | 0.69% | 0.48% | - |
| HSV(B) | 225.27º | 0.81% | 0.8% | - |
| XYZ | 14.61 | 10.41 | 59 | - |
| YUV | 81.11 | 197.92 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 79 | 205 | 0.81 | 0.61 | 0 | 0.20 | 225.27 | 0.69 | 0.48 |
| Hex | 26 | 4F | CD | 51 | 3D | 0 | 14 | E1 | 45 | 30 |
| Octal | 46 | 117 | 315 | 121 | 75 | 0 | 24 | 341 | 105 | 60 |
| Binary | 100110 | 1001111 | 11001101 | 1010001 | 111101 | 0 | 10100 | 11100001 | 1000101 | 110000 |
Color Harmonies of #264FCD
Complementary color
Monochromatic Colors of #264FCD
Black with #264FCD
Text Example
Text Example
White with #264FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264FCD; }
p { color: rgb(38,79,205); }
H1.HeaderClassName
{
color: #264FCD;
}
.AnyTagClassName
{
color: #264FCD;
}
</style>
background-color css
<style>
a { background-color: #264FCD; }
a { background-color: rgb(38,79,205); }
div.DivClassName
{
background-color: #264FCD;
}
.BgClassName
{
background-color: #264FCD;
}
</style>
border-color css
<style>
span { border-color: #264FCD; }
span { border-color: rgb(38,79,205); }
td.TdClassName
{
border-color: #264FCD;
}
.TagClassName
{
border-color: #264FCD;
}
</style>