Shades of Cerulean Blue #2B66CF
Tints of Cerulean Blue #2B66CF
RGB
CMYK
RGB Variations
Color information
#2B66CF (or 0x2B66CF) is known color: Cerulean Blue. HEX triplet: 2B, 66 and CF. RGB value is (43,102,207). Sum of RGB (Red+Green+Blue) = 43+102+207=352 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.22% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #2B66CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B66CF is #D49930. Grayscale: #5F5F5F. Windows color (decimal): -13932849 or 13592107. OLE color: 13592107.
HSL color Cylindrical-coordinate representation of color #2B66CF: hue angle of 218.41º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B66CF is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 102 | 207 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.19 |
| HSL | 218.41º | 0.66% | 0.49% | - |
| HSV(B) | 218.41º | 0.79% | 0.81% | - |
| XYZ | 17.01 | 14.52 | 60.94 | - |
| YUV | 96.33 | 190.45 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 102 | 207 | 0.79 | 0.51 | 0 | 0.19 | 218.41 | 0.66 | 0.49 |
| Hex | 2B | 66 | CF | 4F | 33 | 0 | 13 | DA | 42 | 31 |
| Octal | 53 | 146 | 317 | 117 | 63 | 0 | 23 | 332 | 102 | 61 |
| Binary | 101011 | 1100110 | 11001111 | 1001111 | 110011 | 0 | 10011 | 11011010 | 1000010 | 110001 |
Color Harmonies of #2B66CF
Complementary color
Monochromatic Colors of #2B66CF
Black with #2B66CF
Text Example
Text Example
White with #2B66CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B66CF; }
p { color: rgb(43,102,207); }
H1.HeaderClassName
{
color: #2B66CF;
}
.AnyTagClassName
{
color: #2B66CF;
}
</style>
background-color css
<style>
a { background-color: #2B66CF; }
a { background-color: rgb(43,102,207); }
div.DivClassName
{
background-color: #2B66CF;
}
.BgClassName
{
background-color: #2B66CF;
}
</style>
border-color css
<style>
span { border-color: #2B66CF; }
span { border-color: rgb(43,102,207); }
td.TdClassName
{
border-color: #2B66CF;
}
.TagClassName
{
border-color: #2B66CF;
}
</style>