Shades of Cerulean Blue #2A65CD
Tints of Cerulean Blue #2A65CD
RGB
CMYK
RGB Variations
Color information
#2A65CD (or 0x2A65CD) is known color: Cerulean Blue. HEX triplet: 2A, 65 and CD. RGB value is (42,101,205). Sum of RGB (Red+Green+Blue) = 42+101+205=348 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.07% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #2A65CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A65CD is #D59A32. Grayscale: #5E5E5E. Windows color (decimal): -13998643 or 13460778. OLE color: 13460778.
HSL color Cylindrical-coordinate representation of color #2A65CD: hue angle of 218.28º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A65CD is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 101 | 205 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.20 |
| HSL | 218.28º | 0.66% | 0.48% | - |
| HSV(B) | 218.28º | 0.8% | 0.8% | - |
| XYZ | 16.63 | 14.21 | 59.62 | - |
| YUV | 95.22 | 189.95 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 101 | 205 | 0.80 | 0.51 | 0 | 0.20 | 218.28 | 0.66 | 0.48 |
| Hex | 2A | 65 | CD | 50 | 33 | 0 | 14 | DA | 42 | 30 |
| Octal | 52 | 145 | 315 | 120 | 63 | 0 | 24 | 332 | 102 | 60 |
| Binary | 101010 | 1100101 | 11001101 | 1010000 | 110011 | 0 | 10100 | 11011010 | 1000010 | 110000 |
Color Harmonies of #2A65CD
Complementary color
Monochromatic Colors of #2A65CD
Black with #2A65CD
Text Example
Text Example
White with #2A65CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A65CD; }
p { color: rgb(42,101,205); }
H1.HeaderClassName
{
color: #2A65CD;
}
.AnyTagClassName
{
color: #2A65CD;
}
</style>
background-color css
<style>
a { background-color: #2A65CD; }
a { background-color: rgb(42,101,205); }
div.DivClassName
{
background-color: #2A65CD;
}
.BgClassName
{
background-color: #2A65CD;
}
</style>
border-color css
<style>
span { border-color: #2A65CD; }
span { border-color: rgb(42,101,205); }
td.TdClassName
{
border-color: #2A65CD;
}
.TagClassName
{
border-color: #2A65CD;
}
</style>