Shades of Cerulean Blue #264FDE
Tints of Cerulean Blue #264FDE
RGB
CMYK
RGB Variations
Color information
#264FDE (or 0x264FDE) is known color: Cerulean Blue. HEX triplet: 26, 4F and DE. RGB value is (38,79,222). Sum of RGB (Red+Green+Blue) = 38+79+222=339 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.21% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 222 (87.11% from 255 or 65.49% from 339); Max value from RGB is 222 - color contains mainly: blue. Hex color #264FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264FDE is #D9B021. Grayscale: #525252. Windows color (decimal): -14266402 or 14569254. OLE color: 14569254.
HSL color Cylindrical-coordinate representation of color #264FDE: hue angle of 226.63º 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 #264FDE is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 79 | 222 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.13 |
| HSL | 226.63º | 0.74% | 0.51% | - |
| HSV(B) | 226.63º | 0.83% | 0.87% | - |
| XYZ | 16.78 | 11.28 | 70.4 | - |
| YUV | 83.04 | 206.42 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 79 | 222 | 0.83 | 0.64 | 0 | 0.13 | 226.63 | 0.74 | 0.51 |
| Hex | 26 | 4F | DE | 53 | 40 | 0 | D | E3 | 4A | 33 |
| Octal | 46 | 117 | 336 | 123 | 100 | 0 | 15 | 343 | 112 | 63 |
| Binary | 100110 | 1001111 | 11011110 | 1010011 | 1000000 | 0 | 1101 | 11100011 | 1001010 | 110011 |
Color Harmonies of #264FDE
Complementary color
Monochromatic Colors of #264FDE
Black with #264FDE
Text Example
Text Example
White with #264FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264FDE; }
p { color: rgb(38,79,222); }
H1.HeaderClassName
{
color: #264FDE;
}
.AnyTagClassName
{
color: #264FDE;
}
</style>
background-color css
<style>
a { background-color: #264FDE; }
a { background-color: rgb(38,79,222); }
div.DivClassName
{
background-color: #264FDE;
}
.BgClassName
{
background-color: #264FDE;
}
</style>
border-color css
<style>
span { border-color: #264FDE; }
span { border-color: rgb(38,79,222); }
td.TdClassName
{
border-color: #264FDE;
}
.TagClassName
{
border-color: #264FDE;
}
</style>