Shades of Cerulean Blue #305ED0
Tints of Cerulean Blue #305ED0
RGB
CMYK
RGB Variations
Color information
#305ED0 (or 0x305ED0) is known color: Cerulean Blue. HEX triplet: 30, 5E and D0. RGB value is (48,94,208). Sum of RGB (Red+Green+Blue) = 48+94+208=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 208 (81.64% from 255 or 59.43% from 350); Max value from RGB is 208 - color contains mainly: blue. Hex color #305ED0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305ED0 is #CFA12F. Grayscale: #5C5C5C. Windows color (decimal): -13607216 or 13655600. OLE color: 13655600.
HSL color Cylindrical-coordinate representation of color #305ED0: hue angle of 222.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #305ED0 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 94 | 208 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.18 |
| HSL | 222.75º | 0.63% | 0.5% | - |
| HSV(B) | 222.75º | 0.77% | 0.82% | - |
| XYZ | 16.61 | 13.19 | 61.34 | - |
| YUV | 93.24 | 192.76 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 94 | 208 | 0.77 | 0.55 | 0 | 0.18 | 222.75 | 0.63 | 0.5 |
| Hex | 30 | 5E | D0 | 4D | 37 | 0 | 12 | DF | 3F | 32 |
| Octal | 60 | 136 | 320 | 115 | 67 | 0 | 22 | 337 | 77 | 62 |
| Binary | 110000 | 1011110 | 11010000 | 1001101 | 110111 | 0 | 10010 | 11011111 | 111111 | 110010 |
Color Harmonies of #305ED0
Complementary color
Monochromatic Colors of #305ED0
Black with #305ED0
Text Example
Text Example
White with #305ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305ED0; }
p { color: rgb(48,94,208); }
H1.HeaderClassName
{
color: #305ED0;
}
.AnyTagClassName
{
color: #305ED0;
}
</style>
background-color css
<style>
a { background-color: #305ED0; }
a { background-color: rgb(48,94,208); }
div.DivClassName
{
background-color: #305ED0;
}
.BgClassName
{
background-color: #305ED0;
}
</style>
border-color css
<style>
span { border-color: #305ED0; }
span { border-color: rgb(48,94,208); }
td.TdClassName
{
border-color: #305ED0;
}
.TagClassName
{
border-color: #305ED0;
}
</style>