Shades of Cerulean Blue #234BCD
Tints of Cerulean Blue #234BCD
RGB
CMYK
RGB Variations
Color information
#234BCD (or 0x234BCD) is known color: Cerulean Blue. HEX triplet: 23, 4B and CD. RGB value is (35,75,205). Sum of RGB (Red+Green+Blue) = 35+75+205=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #234BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234BCD is #DCB432. Grayscale: #4D4D4D. Windows color (decimal): -14464051 or 13454115. OLE color: 13454115.
HSL color Cylindrical-coordinate representation of color #234BCD: hue angle of 225.88º 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 #234BCD is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 75 | 205 | - |
| CMYK | 0.83 | 0.63 | 0 | 0.20 |
| HSL | 225.88º | 0.71% | 0.47% | - |
| HSV(B) | 225.88º | 0.83% | 0.8% | - |
| XYZ | 14.23 | 9.8 | 58.9 | - |
| YUV | 77.86 | 199.75 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 75 | 205 | 0.83 | 0.63 | 0 | 0.20 | 225.88 | 0.71 | 0.47 |
| Hex | 23 | 4B | CD | 53 | 3F | 0 | 14 | E2 | 47 | 2F |
| Octal | 43 | 113 | 315 | 123 | 77 | 0 | 24 | 342 | 107 | 57 |
| Binary | 100011 | 1001011 | 11001101 | 1010011 | 111111 | 0 | 10100 | 11100010 | 1000111 | 101111 |
Color Harmonies of #234BCD
Complementary color
Monochromatic Colors of #234BCD
Black with #234BCD
Text Example
Text Example
White with #234BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234BCD; }
p { color: rgb(35,75,205); }
H1.HeaderClassName
{
color: #234BCD;
}
.AnyTagClassName
{
color: #234BCD;
}
</style>
background-color css
<style>
a { background-color: #234BCD; }
a { background-color: rgb(35,75,205); }
div.DivClassName
{
background-color: #234BCD;
}
.BgClassName
{
background-color: #234BCD;
}
</style>
border-color css
<style>
span { border-color: #234BCD; }
span { border-color: rgb(35,75,205); }
td.TdClassName
{
border-color: #234BCD;
}
.TagClassName
{
border-color: #234BCD;
}
</style>