Shades of Cerulean Blue #224BDF
Tints of Cerulean Blue #224BDF
RGB
CMYK
RGB Variations
Color information
#224BDF (or 0x224BDF) is known color: Cerulean Blue. HEX triplet: 22, 4B and DF. RGB value is (34,75,223). Sum of RGB (Red+Green+Blue) = 34+75+223=332 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.24% from 332); Green value is 75 (29.69% from 255 or 22.59% 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 #224BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224BDF is #DDB420. Grayscale: #4E4E4E. Windows color (decimal): -14529569 or 14633762. OLE color: 14633762.
HSL color Cylindrical-coordinate representation of color #224BDF: hue angle of 226.98º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #224BDF is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 75 | 223 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.13 |
| HSL | 226.98º | 0.75% | 0.5% | - |
| HSV(B) | 226.98º | 0.85% | 0.87% | - |
| XYZ | 16.5 | 10.7 | 71.01 | - |
| YUV | 79.61 | 208.92 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 223 | 0.85 | 0.66 | 0 | 0.13 | 226.98 | 0.75 | 0.5 |
| Hex | 22 | 4B | DF | 55 | 42 | 0 | D | E3 | 4B | 32 |
| Octal | 42 | 113 | 337 | 125 | 102 | 0 | 15 | 343 | 113 | 62 |
| Binary | 100010 | 1001011 | 11011111 | 1010101 | 1000010 | 0 | 1101 | 11100011 | 1001011 | 110010 |
Color Harmonies of #224BDF
Complementary color
Monochromatic Colors of #224BDF
Black with #224BDF
Text Example
Text Example
White with #224BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224BDF; }
p { color: rgb(34,75,223); }
H1.HeaderClassName
{
color: #224BDF;
}
.AnyTagClassName
{
color: #224BDF;
}
</style>
background-color css
<style>
a { background-color: #224BDF; }
a { background-color: rgb(34,75,223); }
div.DivClassName
{
background-color: #224BDF;
}
.BgClassName
{
background-color: #224BDF;
}
</style>
border-color css
<style>
span { border-color: #224BDF; }
span { border-color: rgb(34,75,223); }
td.TdClassName
{
border-color: #224BDF;
}
.TagClassName
{
border-color: #224BDF;
}
</style>