Shades of Cerulean Blue #234ACF
Tints of Cerulean Blue #234ACF
RGB
CMYK
RGB Variations
Color information
#234ACF (or 0x234ACF) is known color: Cerulean Blue. HEX triplet: 23, 4A and CF. RGB value is (35,74,207). Sum of RGB (Red+Green+Blue) = 35+74+207=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 207 (81.25% from 255 or 65.51% from 316); Max value from RGB is 207 - color contains mainly: blue. Hex color #234ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234ACF is #DCB530. Grayscale: #4C4C4C. Windows color (decimal): -14464305 or 13584931. OLE color: 13584931.
HSL color Cylindrical-coordinate representation of color #234ACF: hue angle of 226.4º 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 #234ACF is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 74 | 207 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.19 |
| HSL | 226.4º | 0.71% | 0.47% | - |
| HSV(B) | 226.4º | 0.83% | 0.81% | - |
| XYZ | 14.4 | 9.76 | 60.16 | - |
| YUV | 77.5 | 201.08 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 207 | 0.83 | 0.64 | 0 | 0.19 | 226.4 | 0.71 | 0.47 |
| Hex | 23 | 4A | CF | 53 | 40 | 0 | 13 | E2 | 47 | 2F |
| Octal | 43 | 112 | 317 | 123 | 100 | 0 | 23 | 342 | 107 | 57 |
| Binary | 100011 | 1001010 | 11001111 | 1010011 | 1000000 | 0 | 10011 | 11100010 | 1000111 | 101111 |
Color Harmonies of #234ACF
Complementary color
Monochromatic Colors of #234ACF
Black with #234ACF
Text Example
Text Example
White with #234ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234ACF; }
p { color: rgb(35,74,207); }
H1.HeaderClassName
{
color: #234ACF;
}
.AnyTagClassName
{
color: #234ACF;
}
</style>
background-color css
<style>
a { background-color: #234ACF; }
a { background-color: rgb(35,74,207); }
div.DivClassName
{
background-color: #234ACF;
}
.BgClassName
{
background-color: #234ACF;
}
</style>
border-color css
<style>
span { border-color: #234ACF; }
span { border-color: rgb(35,74,207); }
td.TdClassName
{
border-color: #234ACF;
}
.TagClassName
{
border-color: #234ACF;
}
</style>