Shades of Cerulean Blue #264CDD
Tints of Cerulean Blue #264CDD
RGB
CMYK
RGB Variations
Color information
#264CDD (or 0x264CDD) is known color: Cerulean Blue. HEX triplet: 26, 4C and DD. RGB value is (38,76,221). Sum of RGB (Red+Green+Blue) = 38+76+221=335 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.34% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #264CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264CDD is #D9B322. Grayscale: #505050. Windows color (decimal): -14267171 or 14502950. OLE color: 14502950.
HSL color Cylindrical-coordinate representation of color #264CDD: hue angle of 227.54º degrees, saturation: 0.73, 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 #264CDD is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 76 | 221 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.13 |
| HSL | 227.54º | 0.73% | 0.51% | - |
| HSV(B) | 227.54º | 0.83% | 0.87% | - |
| XYZ | 16.43 | 10.8 | 69.63 | - |
| YUV | 81.17 | 206.91 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 221 | 0.83 | 0.66 | 0 | 0.13 | 227.54 | 0.73 | 0.51 |
| Hex | 26 | 4C | DD | 53 | 42 | 0 | D | E4 | 49 | 33 |
| Octal | 46 | 114 | 335 | 123 | 102 | 0 | 15 | 344 | 111 | 63 |
| Binary | 100110 | 1001100 | 11011101 | 1010011 | 1000010 | 0 | 1101 | 11100100 | 1001001 | 110011 |
Color Harmonies of #264CDD
Complementary color
Monochromatic Colors of #264CDD
Black with #264CDD
Text Example
Text Example
White with #264CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264CDD; }
p { color: rgb(38,76,221); }
H1.HeaderClassName
{
color: #264CDD;
}
.AnyTagClassName
{
color: #264CDD;
}
</style>
background-color css
<style>
a { background-color: #264CDD; }
a { background-color: rgb(38,76,221); }
div.DivClassName
{
background-color: #264CDD;
}
.BgClassName
{
background-color: #264CDD;
}
</style>
border-color css
<style>
span { border-color: #264CDD; }
span { border-color: rgb(38,76,221); }
td.TdClassName
{
border-color: #264CDD;
}
.TagClassName
{
border-color: #264CDD;
}
</style>