Shades of Cerulean Blue #2A67D1
Tints of Cerulean Blue #2A67D1
RGB
CMYK
RGB Variations
Color information
#2A67D1 (or 0x2A67D1) is known color: Cerulean Blue. HEX triplet: 2A, 67 and D1. RGB value is (42,103,209). Sum of RGB (Red+Green+Blue) = 42+103+209=354 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.86% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 209 (82.03% from 255 or 59.04% from 354); Max value from RGB is 209 - color contains mainly: blue. Hex color #2A67D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A67D1 is #D5982E. Grayscale: #606060. Windows color (decimal): -13998127 or 13723434. OLE color: 13723434.
HSL color Cylindrical-coordinate representation of color #2A67D1: hue angle of 218.08º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A67D1 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 103 | 209 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.18 |
| HSL | 218.08º | 0.67% | 0.49% | - |
| HSV(B) | 218.08º | 0.8% | 0.82% | - |
| XYZ | 17.31 | 14.8 | 62.27 | - |
| YUV | 96.85 | 191.29 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 103 | 209 | 0.80 | 0.51 | 0 | 0.18 | 218.08 | 0.67 | 0.49 |
| Hex | 2A | 67 | D1 | 50 | 33 | 0 | 12 | DA | 43 | 31 |
| Octal | 52 | 147 | 321 | 120 | 63 | 0 | 22 | 332 | 103 | 61 |
| Binary | 101010 | 1100111 | 11010001 | 1010000 | 110011 | 0 | 10010 | 11011010 | 1000011 | 110001 |
Color Harmonies of #2A67D1
Complementary color
Monochromatic Colors of #2A67D1
Black with #2A67D1
Text Example
Text Example
White with #2A67D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A67D1; }
p { color: rgb(42,103,209); }
H1.HeaderClassName
{
color: #2A67D1;
}
.AnyTagClassName
{
color: #2A67D1;
}
</style>
background-color css
<style>
a { background-color: #2A67D1; }
a { background-color: rgb(42,103,209); }
div.DivClassName
{
background-color: #2A67D1;
}
.BgClassName
{
background-color: #2A67D1;
}
</style>
border-color css
<style>
span { border-color: #2A67D1; }
span { border-color: rgb(42,103,209); }
td.TdClassName
{
border-color: #2A67D1;
}
.TagClassName
{
border-color: #2A67D1;
}
</style>