Shades of Cerulean Blue #305DCD
Tints of Cerulean Blue #305DCD
RGB
CMYK
RGB Variations
Color information
#305DCD (or 0x305DCD) is known color: Cerulean Blue. HEX triplet: 30, 5D and CD. RGB value is (48,93,205). Sum of RGB (Red+Green+Blue) = 48+93+205=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #305DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305DCD is #CFA232. Grayscale: #5B5B5B. Windows color (decimal): -13607475 or 13458736. OLE color: 13458736.
HSL color Cylindrical-coordinate representation of color #305DCD: hue angle of 222.8º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #305DCD is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 93 | 205 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.20 |
| HSL | 222.8º | 0.62% | 0.5% | - |
| HSV(B) | 222.8º | 0.77% | 0.8% | - |
| XYZ | 16.15 | 12.86 | 59.39 | - |
| YUV | 92.31 | 191.59 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 93 | 205 | 0.77 | 0.55 | 0 | 0.20 | 222.8 | 0.62 | 0.5 |
| Hex | 30 | 5D | CD | 4D | 37 | 0 | 14 | DF | 3E | 32 |
| Octal | 60 | 135 | 315 | 115 | 67 | 0 | 24 | 337 | 76 | 62 |
| Binary | 110000 | 1011101 | 11001101 | 1001101 | 110111 | 0 | 10100 | 11011111 | 111110 | 110010 |
Color Harmonies of #305DCD
Complementary color
Monochromatic Colors of #305DCD
Black with #305DCD
Text Example
Text Example
White with #305DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305DCD; }
p { color: rgb(48,93,205); }
H1.HeaderClassName
{
color: #305DCD;
}
.AnyTagClassName
{
color: #305DCD;
}
</style>
background-color css
<style>
a { background-color: #305DCD; }
a { background-color: rgb(48,93,205); }
div.DivClassName
{
background-color: #305DCD;
}
.BgClassName
{
background-color: #305DCD;
}
</style>
border-color css
<style>
span { border-color: #305DCD; }
span { border-color: rgb(48,93,205); }
td.TdClassName
{
border-color: #305DCD;
}
.TagClassName
{
border-color: #305DCD;
}
</style>