Shades of Cerulean Blue #264BDE
Tints of Cerulean Blue #264BDE
RGB
CMYK
RGB Variations
Color information
#264BDE (or 0x264BDE) is known color: Cerulean Blue. HEX triplet: 26, 4B and DE. RGB value is (38,75,222). Sum of RGB (Red+Green+Blue) = 38+75+222=335 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.34% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 222 (87.11% from 255 or 66.27% from 335); Max value from RGB is 222 - color contains mainly: blue. Hex color #264BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264BDE is #D9B421. Grayscale: #505050. Windows color (decimal): -14267426 or 14568230. OLE color: 14568230.
HSL color Cylindrical-coordinate representation of color #264BDE: hue angle of 227.93º 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 #264BDE is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 75 | 222 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.13 |
| HSL | 227.93º | 0.74% | 0.51% | - |
| HSV(B) | 227.93º | 0.83% | 0.87% | - |
| XYZ | 16.5 | 10.72 | 70.31 | - |
| YUV | 80.7 | 207.74 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 75 | 222 | 0.83 | 0.66 | 0 | 0.13 | 227.93 | 0.74 | 0.51 |
| Hex | 26 | 4B | DE | 53 | 42 | 0 | D | E4 | 4A | 33 |
| Octal | 46 | 113 | 336 | 123 | 102 | 0 | 15 | 344 | 112 | 63 |
| Binary | 100110 | 1001011 | 11011110 | 1010011 | 1000010 | 0 | 1101 | 11100100 | 1001010 | 110011 |
Color Harmonies of #264BDE
Complementary color
Monochromatic Colors of #264BDE
Black with #264BDE
Text Example
Text Example
White with #264BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264BDE; }
p { color: rgb(38,75,222); }
H1.HeaderClassName
{
color: #264BDE;
}
.AnyTagClassName
{
color: #264BDE;
}
</style>
background-color css
<style>
a { background-color: #264BDE; }
a { background-color: rgb(38,75,222); }
div.DivClassName
{
background-color: #264BDE;
}
.BgClassName
{
background-color: #264BDE;
}
</style>
border-color css
<style>
span { border-color: #264BDE; }
span { border-color: rgb(38,75,222); }
td.TdClassName
{
border-color: #264BDE;
}
.TagClassName
{
border-color: #264BDE;
}
</style>