Shades of Cerulean Blue #234FCD
Tints of Cerulean Blue #234FCD
RGB
CMYK
RGB Variations
Color information
#234FCD (or 0x234FCD) is known color: Cerulean Blue. HEX triplet: 23, 4F and CD. RGB value is (35,79,205). Sum of RGB (Red+Green+Blue) = 35+79+205=319 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.97% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #234FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234FCD is #DCB032. Grayscale: #4F4F4F. Windows color (decimal): -14463027 or 13455139. OLE color: 13455139.
HSL color Cylindrical-coordinate representation of color #234FCD: hue angle of 224.47º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #234FCD is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 79 | 205 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.20 |
| HSL | 224.47º | 0.71% | 0.47% | - |
| HSV(B) | 224.47º | 0.83% | 0.8% | - |
| XYZ | 14.51 | 10.36 | 58.99 | - |
| YUV | 80.21 | 198.42 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 79 | 205 | 0.83 | 0.61 | 0 | 0.20 | 224.47 | 0.71 | 0.47 |
| Hex | 23 | 4F | CD | 53 | 3D | 0 | 14 | E0 | 47 | 2F |
| Octal | 43 | 117 | 315 | 123 | 75 | 0 | 24 | 340 | 107 | 57 |
| Binary | 100011 | 1001111 | 11001101 | 1010011 | 111101 | 0 | 10100 | 11100000 | 1000111 | 101111 |
Color Harmonies of #234FCD
Complementary color
Monochromatic Colors of #234FCD
Black with #234FCD
Text Example
Text Example
White with #234FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234FCD; }
p { color: rgb(35,79,205); }
H1.HeaderClassName
{
color: #234FCD;
}
.AnyTagClassName
{
color: #234FCD;
}
</style>
background-color css
<style>
a { background-color: #234FCD; }
a { background-color: rgb(35,79,205); }
div.DivClassName
{
background-color: #234FCD;
}
.BgClassName
{
background-color: #234FCD;
}
</style>
border-color css
<style>
span { border-color: #234FCD; }
span { border-color: rgb(35,79,205); }
td.TdClassName
{
border-color: #234FCD;
}
.TagClassName
{
border-color: #234FCD;
}
</style>