Shades of Cerulean Blue #264BDD
Tints of Cerulean Blue #264BDD
RGB
CMYK
RGB Variations
Color information
#264BDD (or 0x264BDD) is known color: Cerulean Blue. HEX triplet: 26, 4B and DD. RGB value is (38,75,221). Sum of RGB (Red+Green+Blue) = 38+75+221=334 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.38% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #264BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264BDD is #D9B422. Grayscale: #4F4F4F. Windows color (decimal): -14267427 or 14502694. OLE color: 14502694.
HSL color Cylindrical-coordinate representation of color #264BDD: hue angle of 227.87º 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 #264BDD is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 75 | 221 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.13 |
| HSL | 227.87º | 0.73% | 0.51% | - |
| HSV(B) | 227.87º | 0.83% | 0.87% | - |
| XYZ | 16.37 | 10.66 | 69.6 | - |
| YUV | 80.58 | 207.24 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 75 | 221 | 0.83 | 0.66 | 0 | 0.13 | 227.87 | 0.73 | 0.51 |
| Hex | 26 | 4B | DD | 53 | 42 | 0 | D | E4 | 49 | 33 |
| Octal | 46 | 113 | 335 | 123 | 102 | 0 | 15 | 344 | 111 | 63 |
| Binary | 100110 | 1001011 | 11011101 | 1010011 | 1000010 | 0 | 1101 | 11100100 | 1001001 | 110011 |
Color Harmonies of #264BDD
Complementary color
Monochromatic Colors of #264BDD
Black with #264BDD
Text Example
Text Example
White with #264BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264BDD; }
p { color: rgb(38,75,221); }
H1.HeaderClassName
{
color: #264BDD;
}
.AnyTagClassName
{
color: #264BDD;
}
</style>
background-color css
<style>
a { background-color: #264BDD; }
a { background-color: rgb(38,75,221); }
div.DivClassName
{
background-color: #264BDD;
}
.BgClassName
{
background-color: #264BDD;
}
</style>
border-color css
<style>
span { border-color: #264BDD; }
span { border-color: rgb(38,75,221); }
td.TdClassName
{
border-color: #264BDD;
}
.TagClassName
{
border-color: #264BDD;
}
</style>