Shades of Cerulean Blue #305DD2
Tints of Cerulean Blue #305DD2
RGB
CMYK
RGB Variations
Color information
#305DD2 (or 0x305DD2) is known color: Cerulean Blue. HEX triplet: 30, 5D and D2. RGB value is (48,93,210). Sum of RGB (Red+Green+Blue) = 48+93+210=351 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.68% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 210 (82.42% from 255 or 59.83% from 351); Max value from RGB is 210 - color contains mainly: blue. Hex color #305DD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305DD2 is #CFA22D. Grayscale: #5C5C5C. Windows color (decimal): -13607470 or 13786416. OLE color: 13786416.
HSL color Cylindrical-coordinate representation of color #305DD2: hue angle of 223.33º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #305DD2 is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 93 | 210 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.18 |
| HSL | 223.33º | 0.64% | 0.51% | - |
| HSV(B) | 223.33º | 0.77% | 0.82% | - |
| XYZ | 16.77 | 13.11 | 62.62 | - |
| YUV | 92.88 | 194.09 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 93 | 210 | 0.77 | 0.56 | 0 | 0.18 | 223.33 | 0.64 | 0.51 |
| Hex | 30 | 5D | D2 | 4D | 38 | 0 | 12 | DF | 40 | 33 |
| Octal | 60 | 135 | 322 | 115 | 70 | 0 | 22 | 337 | 100 | 63 |
| Binary | 110000 | 1011101 | 11010010 | 1001101 | 111000 | 0 | 10010 | 11011111 | 1000000 | 110011 |
Color Harmonies of #305DD2
Complementary color
Monochromatic Colors of #305DD2
Black with #305DD2
Text Example
Text Example
White with #305DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305DD2; }
p { color: rgb(48,93,210); }
H1.HeaderClassName
{
color: #305DD2;
}
.AnyTagClassName
{
color: #305DD2;
}
</style>
background-color css
<style>
a { background-color: #305DD2; }
a { background-color: rgb(48,93,210); }
div.DivClassName
{
background-color: #305DD2;
}
.BgClassName
{
background-color: #305DD2;
}
</style>
border-color css
<style>
span { border-color: #305DD2; }
span { border-color: rgb(48,93,210); }
td.TdClassName
{
border-color: #305DD2;
}
.TagClassName
{
border-color: #305DD2;
}
</style>