Shades of Cerulean Blue #234FDF
Tints of Cerulean Blue #234FDF
RGB
CMYK
RGB Variations
Color information
#234FDF (or 0x234FDF) is known color: Cerulean Blue. HEX triplet: 23, 4F and DF. RGB value is (35,79,223). Sum of RGB (Red+Green+Blue) = 35+79+223=337 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.39% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #234FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234FDF is #DCB020. Grayscale: #515151. Windows color (decimal): -14463009 or 14634787. OLE color: 14634787.
HSL color Cylindrical-coordinate representation of color #234FDF: hue angle of 225.96º 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 #234FDF is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 79 | 223 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.13 |
| HSL | 225.96º | 0.75% | 0.51% | - |
| HSV(B) | 225.96º | 0.84% | 0.87% | - |
| XYZ | 16.81 | 11.28 | 71.1 | - |
| YUV | 82.26 | 207.42 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 79 | 223 | 0.84 | 0.65 | 0 | 0.13 | 225.96 | 0.75 | 0.51 |
| Hex | 23 | 4F | DF | 54 | 41 | 0 | D | E2 | 4B | 33 |
| Octal | 43 | 117 | 337 | 124 | 101 | 0 | 15 | 342 | 113 | 63 |
| Binary | 100011 | 1001111 | 11011111 | 1010100 | 1000001 | 0 | 1101 | 11100010 | 1001011 | 110011 |
Color Harmonies of #234FDF
Complementary color
Monochromatic Colors of #234FDF
Black with #234FDF
Text Example
Text Example
White with #234FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234FDF; }
p { color: rgb(35,79,223); }
H1.HeaderClassName
{
color: #234FDF;
}
.AnyTagClassName
{
color: #234FDF;
}
</style>
background-color css
<style>
a { background-color: #234FDF; }
a { background-color: rgb(35,79,223); }
div.DivClassName
{
background-color: #234FDF;
}
.BgClassName
{
background-color: #234FDF;
}
</style>
border-color css
<style>
span { border-color: #234FDF; }
span { border-color: rgb(35,79,223); }
td.TdClassName
{
border-color: #234FDF;
}
.TagClassName
{
border-color: #234FDF;
}
</style>