Shades of Cerulean Blue #275DB5
Tints of Cerulean Blue #275DB5
RGB
CMYK
RGB Variations
Color information
#275DB5 (or 0x275DB5) is known color: Cerulean Blue. HEX triplet: 27, 5D and B5. RGB value is (39,93,181). Sum of RGB (Red+Green+Blue) = 39+93+181=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 181 (71.09% from 255 or 57.83% from 313); Max value from RGB is 181 - color contains mainly: blue. Hex color #275DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275DB5 is #D8A24A. Grayscale: #565656. Windows color (decimal): -14197323 or 11885863. OLE color: 11885863.
HSL color Cylindrical-coordinate representation of color #275DB5: hue angle of 217.18º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #275DB5 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 39 | 93 | 181 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.29 |
| HSL | 217.18º | 0.65% | 0.43% | - |
| HSV(B) | 217.18º | 0.78% | 0.71% | - |
| XYZ | 13.09 | 11.6 | 45.26 | - |
| YUV | 86.89 | 181.11 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 93 | 181 | 0.78 | 0.49 | 0 | 0.29 | 217.18 | 0.65 | 0.43 |
| Hex | 27 | 5D | B5 | 4E | 31 | 0 | 1D | D9 | 41 | 2B |
| Octal | 47 | 135 | 265 | 116 | 61 | 0 | 35 | 331 | 101 | 53 |
| Binary | 100111 | 1011101 | 10110101 | 1001110 | 110001 | 0 | 11101 | 11011001 | 1000001 | 101011 |
Color Harmonies of #275DB5
Complementary color
Monochromatic Colors of #275DB5
Black with #275DB5
Text Example
Text Example
White with #275DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275DB5; }
p { color: rgb(39,93,181); }
H1.HeaderClassName
{
color: #275DB5;
}
.AnyTagClassName
{
color: #275DB5;
}
</style>
background-color css
<style>
a { background-color: #275DB5; }
a { background-color: rgb(39,93,181); }
div.DivClassName
{
background-color: #275DB5;
}
.BgClassName
{
background-color: #275DB5;
}
</style>
border-color css
<style>
span { border-color: #275DB5; }
span { border-color: rgb(39,93,181); }
td.TdClassName
{
border-color: #275DB5;
}
.TagClassName
{
border-color: #275DB5;
}
</style>