Shades of Cerulean Blue #275FD3
Tints of Cerulean Blue #275FD3
RGB
CMYK
RGB Variations
Color information
#275FD3 (or 0x275FD3) is known color: Cerulean Blue. HEX triplet: 27, 5F and D3. RGB value is (39,95,211). Sum of RGB (Red+Green+Blue) = 39+95+211=345 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.30% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 211 (82.81% from 255 or 61.16% from 345); Max value from RGB is 211 - color contains mainly: blue. Hex color #275FD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275FD3 is #D8A02C. Grayscale: #5A5A5A. Windows color (decimal): -14196781 or 13852455. OLE color: 13852455.
HSL color Cylindrical-coordinate representation of color #275FD3: hue angle of 220.47º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #275FD3 is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 39 | 95 | 211 | - |
| CMYK | 0.82 | 0.55 | 0 | 0.17 |
| HSL | 220.47º | 0.69% | 0.49% | - |
| HSV(B) | 220.47º | 0.82% | 0.83% | - |
| XYZ | 16.69 | 13.32 | 63.32 | - |
| YUV | 91.48 | 195.45 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 95 | 211 | 0.82 | 0.55 | 0 | 0.17 | 220.47 | 0.69 | 0.49 |
| Hex | 27 | 5F | D3 | 52 | 37 | 0 | 11 | DC | 45 | 31 |
| Octal | 47 | 137 | 323 | 122 | 67 | 0 | 21 | 334 | 105 | 61 |
| Binary | 100111 | 1011111 | 11010011 | 1010010 | 110111 | 0 | 10001 | 11011100 | 1000101 | 110001 |
Color Harmonies of #275FD3
Complementary color
Monochromatic Colors of #275FD3
Black with #275FD3
Text Example
Text Example
White with #275FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275FD3; }
p { color: rgb(39,95,211); }
H1.HeaderClassName
{
color: #275FD3;
}
.AnyTagClassName
{
color: #275FD3;
}
</style>
background-color css
<style>
a { background-color: #275FD3; }
a { background-color: rgb(39,95,211); }
div.DivClassName
{
background-color: #275FD3;
}
.BgClassName
{
background-color: #275FD3;
}
</style>
border-color css
<style>
span { border-color: #275FD3; }
span { border-color: rgb(39,95,211); }
td.TdClassName
{
border-color: #275FD3;
}
.TagClassName
{
border-color: #275FD3;
}
</style>