Shades of Cerulean Blue #234BDF
Tints of Cerulean Blue #234BDF
RGB
CMYK
RGB Variations
Color information
#234BDF (or 0x234BDF) is known color: Cerulean Blue. HEX triplet: 23, 4B and DF. RGB value is (35,75,223). Sum of RGB (Red+Green+Blue) = 35+75+223=333 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.51% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #234BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234BDF is #DCB420. Grayscale: #4F4F4F. Windows color (decimal): -14464033 or 14633763. OLE color: 14633763.
HSL color Cylindrical-coordinate representation of color #234BDF: hue angle of 227.23º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #234BDF is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 75 | 223 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.13 |
| HSL | 227.23º | 0.75% | 0.51% | - |
| HSV(B) | 227.23º | 0.84% | 0.87% | - |
| XYZ | 16.53 | 10.72 | 71.01 | - |
| YUV | 79.91 | 208.75 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 75 | 223 | 0.84 | 0.66 | 0 | 0.13 | 227.23 | 0.75 | 0.51 |
| Hex | 23 | 4B | DF | 54 | 42 | 0 | D | E3 | 4B | 33 |
| Octal | 43 | 113 | 337 | 124 | 102 | 0 | 15 | 343 | 113 | 63 |
| Binary | 100011 | 1001011 | 11011111 | 1010100 | 1000010 | 0 | 1101 | 11100011 | 1001011 | 110011 |
Color Harmonies of #234BDF
Complementary color
Monochromatic Colors of #234BDF
Black with #234BDF
Text Example
Text Example
White with #234BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234BDF; }
p { color: rgb(35,75,223); }
H1.HeaderClassName
{
color: #234BDF;
}
.AnyTagClassName
{
color: #234BDF;
}
</style>
background-color css
<style>
a { background-color: #234BDF; }
a { background-color: rgb(35,75,223); }
div.DivClassName
{
background-color: #234BDF;
}
.BgClassName
{
background-color: #234BDF;
}
</style>
border-color css
<style>
span { border-color: #234BDF; }
span { border-color: rgb(35,75,223); }
td.TdClassName
{
border-color: #234BDF;
}
.TagClassName
{
border-color: #234BDF;
}
</style>