Shades of Cerulean Blue #2A66CF
Tints of Cerulean Blue #2A66CF
RGB
CMYK
RGB Variations
Color information
#2A66CF (or 0x2A66CF) is known color: Cerulean Blue. HEX triplet: 2A, 66 and CF. RGB value is (42,102,207). Sum of RGB (Red+Green+Blue) = 42+102+207=351 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.97% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #2A66CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A66CF is #D59930. Grayscale: #5F5F5F. Windows color (decimal): -13998385 or 13592106. OLE color: 13592106.
HSL color Cylindrical-coordinate representation of color #2A66CF: hue angle of 218.18º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A66CF is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 102 | 207 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.19 |
| HSL | 218.18º | 0.66% | 0.49% | - |
| HSV(B) | 218.18º | 0.8% | 0.81% | - |
| XYZ | 16.97 | 14.5 | 60.94 | - |
| YUV | 96.03 | 190.62 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 102 | 207 | 0.80 | 0.51 | 0 | 0.19 | 218.18 | 0.66 | 0.49 |
| Hex | 2A | 66 | CF | 50 | 33 | 0 | 13 | DA | 42 | 31 |
| Octal | 52 | 146 | 317 | 120 | 63 | 0 | 23 | 332 | 102 | 61 |
| Binary | 101010 | 1100110 | 11001111 | 1010000 | 110011 | 0 | 10011 | 11011010 | 1000010 | 110001 |
Color Harmonies of #2A66CF
Complementary color
Monochromatic Colors of #2A66CF
Black with #2A66CF
Text Example
Text Example
White with #2A66CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A66CF; }
p { color: rgb(42,102,207); }
H1.HeaderClassName
{
color: #2A66CF;
}
.AnyTagClassName
{
color: #2A66CF;
}
</style>
background-color css
<style>
a { background-color: #2A66CF; }
a { background-color: rgb(42,102,207); }
div.DivClassName
{
background-color: #2A66CF;
}
.BgClassName
{
background-color: #2A66CF;
}
</style>
border-color css
<style>
span { border-color: #2A66CF; }
span { border-color: rgb(42,102,207); }
td.TdClassName
{
border-color: #2A66CF;
}
.TagClassName
{
border-color: #2A66CF;
}
</style>