Shades of Cerulean Blue #2645D8
Tints of Cerulean Blue #2645D8
RGB
CMYK
RGB Variations
Color information
#2645D8 (or 0x2645D8) is known color: Cerulean Blue. HEX triplet: 26, 45 and D8. RGB value is (38,69,216). Sum of RGB (Red+Green+Blue) = 38+69+216=323 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.76% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 216 (84.77% from 255 or 66.87% from 323); Max value from RGB is 216 - color contains mainly: blue. Hex color #2645D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2645D8 is #D9BA27. Grayscale: #4B4B4B. Windows color (decimal): -14268968 or 14173478. OLE color: 14173478.
HSL color Cylindrical-coordinate representation of color #2645D8: hue angle of 229.55º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2645D8 is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 69 | 216 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.15 |
| HSL | 229.55º | 0.7% | 0.5% | - |
| HSV(B) | 229.55º | 0.82% | 0.85% | - |
| XYZ | 15.32 | 9.63 | 66.02 | - |
| YUV | 76.49 | 206.73 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 69 | 216 | 0.82 | 0.68 | 0 | 0.15 | 229.55 | 0.7 | 0.5 |
| Hex | 26 | 45 | D8 | 52 | 44 | 0 | F | E6 | 46 | 32 |
| Octal | 46 | 105 | 330 | 122 | 104 | 0 | 17 | 346 | 106 | 62 |
| Binary | 100110 | 1000101 | 11011000 | 1010010 | 1000100 | 0 | 1111 | 11100110 | 1000110 | 110010 |
Color Harmonies of #2645D8
Complementary color
Monochromatic Colors of #2645D8
Black with #2645D8
Text Example
Text Example
White with #2645D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2645D8; }
p { color: rgb(38,69,216); }
H1.HeaderClassName
{
color: #2645D8;
}
.AnyTagClassName
{
color: #2645D8;
}
</style>
background-color css
<style>
a { background-color: #2645D8; }
a { background-color: rgb(38,69,216); }
div.DivClassName
{
background-color: #2645D8;
}
.BgClassName
{
background-color: #2645D8;
}
</style>
border-color css
<style>
span { border-color: #2645D8; }
span { border-color: rgb(38,69,216); }
td.TdClassName
{
border-color: #2645D8;
}
.TagClassName
{
border-color: #2645D8;
}
</style>