Shades of Cerulean Blue #234ADF
Tints of Cerulean Blue #234ADF
RGB
CMYK
RGB Variations
Color information
#234ADF (or 0x234ADF) is known color: Cerulean Blue. HEX triplet: 23, 4A and DF. RGB value is (35,74,223). Sum of RGB (Red+Green+Blue) = 35+74+223=332 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.54% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #234ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234ADF is #DCB520. Grayscale: #4E4E4E. Windows color (decimal): -14464289 or 14633507. OLE color: 14633507.
HSL color Cylindrical-coordinate representation of color #234ADF: hue angle of 227.55º 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 #234ADF is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 74 | 223 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.13 |
| HSL | 227.55º | 0.75% | 0.51% | - |
| HSV(B) | 227.55º | 0.84% | 0.87% | - |
| XYZ | 16.46 | 10.58 | 70.99 | - |
| YUV | 79.33 | 209.08 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 223 | 0.84 | 0.67 | 0 | 0.13 | 227.55 | 0.75 | 0.51 |
| Hex | 23 | 4A | DF | 54 | 43 | 0 | D | E4 | 4B | 33 |
| Octal | 43 | 112 | 337 | 124 | 103 | 0 | 15 | 344 | 113 | 63 |
| Binary | 100011 | 1001010 | 11011111 | 1010100 | 1000011 | 0 | 1101 | 11100100 | 1001011 | 110011 |
Color Harmonies of #234ADF
Complementary color
Monochromatic Colors of #234ADF
Black with #234ADF
Text Example
Text Example
White with #234ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234ADF; }
p { color: rgb(35,74,223); }
H1.HeaderClassName
{
color: #234ADF;
}
.AnyTagClassName
{
color: #234ADF;
}
</style>
background-color css
<style>
a { background-color: #234ADF; }
a { background-color: rgb(35,74,223); }
div.DivClassName
{
background-color: #234ADF;
}
.BgClassName
{
background-color: #234ADF;
}
</style>
border-color css
<style>
span { border-color: #234ADF; }
span { border-color: rgb(35,74,223); }
td.TdClassName
{
border-color: #234ADF;
}
.TagClassName
{
border-color: #234ADF;
}
</style>