Shades of Cerulean Blue #234BDA
Tints of Cerulean Blue #234BDA
RGB
CMYK
RGB Variations
Color information
#234BDA (or 0x234BDA) is known color: Cerulean Blue. HEX triplet: 23, 4B and DA. RGB value is (35,75,218). Sum of RGB (Red+Green+Blue) = 35+75+218=328 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.67% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 218 (85.55% from 255 or 66.46% from 328); Max value from RGB is 218 - color contains mainly: blue. Hex color #234BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234BDA is #DCB425. Grayscale: #4E4E4E. Windows color (decimal): -14464038 or 14306083. OLE color: 14306083.
HSL color Cylindrical-coordinate representation of color #234BDA: hue angle of 226.89º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #234BDA is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 75 | 218 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.15 |
| HSL | 226.89º | 0.72% | 0.5% | - |
| HSV(B) | 226.89º | 0.84% | 0.85% | - |
| XYZ | 15.86 | 10.45 | 67.51 | - |
| YUV | 79.34 | 206.25 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 75 | 218 | 0.84 | 0.66 | 0 | 0.15 | 226.89 | 0.72 | 0.5 |
| Hex | 23 | 4B | DA | 54 | 42 | 0 | F | E3 | 48 | 32 |
| Octal | 43 | 113 | 332 | 124 | 102 | 0 | 17 | 343 | 110 | 62 |
| Binary | 100011 | 1001011 | 11011010 | 1010100 | 1000010 | 0 | 1111 | 11100011 | 1001000 | 110010 |
Color Harmonies of #234BDA
Complementary color
Monochromatic Colors of #234BDA
Black with #234BDA
Text Example
Text Example
White with #234BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234BDA; }
p { color: rgb(35,75,218); }
H1.HeaderClassName
{
color: #234BDA;
}
.AnyTagClassName
{
color: #234BDA;
}
</style>
background-color css
<style>
a { background-color: #234BDA; }
a { background-color: rgb(35,75,218); }
div.DivClassName
{
background-color: #234BDA;
}
.BgClassName
{
background-color: #234BDA;
}
</style>
border-color css
<style>
span { border-color: #234BDA; }
span { border-color: rgb(35,75,218); }
td.TdClassName
{
border-color: #234BDA;
}
.TagClassName
{
border-color: #234BDA;
}
</style>