Shades of Cerulean Blue #234CCF
Tints of Cerulean Blue #234CCF
RGB
CMYK
RGB Variations
Color information
#234CCF (or 0x234CCF) is known color: Cerulean Blue. HEX triplet: 23, 4C and CF. RGB value is (35,76,207). Sum of RGB (Red+Green+Blue) = 35+76+207=318 (42% of max value = 765). Red value is 35 (14.06% from 255 or 11.01% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #234CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234CCF is #DCB330. Grayscale: #4E4E4E. Windows color (decimal): -14463793 or 13585443. OLE color: 13585443.
HSL color Cylindrical-coordinate representation of color #234CCF: hue angle of 225.7º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #234CCF is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 76 | 207 | - |
| CMYK | 0.83 | 0.63 | 0 | 0.19 |
| HSL | 225.7º | 0.71% | 0.47% | - |
| HSV(B) | 225.7º | 0.83% | 0.81% | - |
| XYZ | 14.54 | 10.03 | 60.2 | - |
| YUV | 78.68 | 200.42 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 207 | 0.83 | 0.63 | 0 | 0.19 | 225.7 | 0.71 | 0.47 |
| Hex | 23 | 4C | CF | 53 | 3F | 0 | 13 | E2 | 47 | 2F |
| Octal | 43 | 114 | 317 | 123 | 77 | 0 | 23 | 342 | 107 | 57 |
| Binary | 100011 | 1001100 | 11001111 | 1010011 | 111111 | 0 | 10011 | 11100010 | 1000111 | 101111 |
Color Harmonies of #234CCF
Complementary color
Monochromatic Colors of #234CCF
Black with #234CCF
Text Example
Text Example
White with #234CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234CCF; }
p { color: rgb(35,76,207); }
H1.HeaderClassName
{
color: #234CCF;
}
.AnyTagClassName
{
color: #234CCF;
}
</style>
background-color css
<style>
a { background-color: #234CCF; }
a { background-color: rgb(35,76,207); }
div.DivClassName
{
background-color: #234CCF;
}
.BgClassName
{
background-color: #234CCF;
}
</style>
border-color css
<style>
span { border-color: #234CCF; }
span { border-color: rgb(35,76,207); }
td.TdClassName
{
border-color: #234CCF;
}
.TagClassName
{
border-color: #234CCF;
}
</style>