Shades of Cerulean Blue #275DD5
Tints of Cerulean Blue #275DD5
RGB
CMYK
RGB Variations
Color information
#275DD5 (or 0x275DD5) is known color: Cerulean Blue. HEX triplet: 27, 5D and D5. RGB value is (39,93,213). Sum of RGB (Red+Green+Blue) = 39+93+213=345 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.30% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 213 (83.59% from 255 or 61.74% from 345); Max value from RGB is 213 - color contains mainly: blue. Hex color #275DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275DD5 is #D8A22A. Grayscale: #5A5A5A. Windows color (decimal): -14197291 or 13983015. OLE color: 13983015.
HSL color Cylindrical-coordinate representation of color #275DD5: hue angle of 221.38º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #275DD5 is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 93 | 213 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.16 |
| HSL | 221.38º | 0.69% | 0.49% | - |
| HSV(B) | 221.38º | 0.82% | 0.84% | - |
| XYZ | 16.76 | 13.06 | 64.59 | - |
| YUV | 90.53 | 197.11 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 93 | 213 | 0.82 | 0.56 | 0 | 0.16 | 221.38 | 0.69 | 0.49 |
| Hex | 27 | 5D | D5 | 52 | 38 | 0 | 10 | DD | 45 | 31 |
| Octal | 47 | 135 | 325 | 122 | 70 | 0 | 20 | 335 | 105 | 61 |
| Binary | 100111 | 1011101 | 11010101 | 1010010 | 111000 | 0 | 10000 | 11011101 | 1000101 | 110001 |
Color Harmonies of #275DD5
Complementary color
Monochromatic Colors of #275DD5
Black with #275DD5
Text Example
Text Example
White with #275DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275DD5; }
p { color: rgb(39,93,213); }
H1.HeaderClassName
{
color: #275DD5;
}
.AnyTagClassName
{
color: #275DD5;
}
</style>
background-color css
<style>
a { background-color: #275DD5; }
a { background-color: rgb(39,93,213); }
div.DivClassName
{
background-color: #275DD5;
}
.BgClassName
{
background-color: #275DD5;
}
</style>
border-color css
<style>
span { border-color: #275DD5; }
span { border-color: rgb(39,93,213); }
td.TdClassName
{
border-color: #275DD5;
}
.TagClassName
{
border-color: #275DD5;
}
</style>