Shades of Cerulean Blue #275FCF
Tints of Cerulean Blue #275FCF
RGB
CMYK
RGB Variations
Color information
#275FCF (or 0x275FCF) is known color: Cerulean Blue. HEX triplet: 27, 5F and CF. RGB value is (39,95,207). Sum of RGB (Red+Green+Blue) = 39+95+207=341 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.44% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #275FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275FCF is #D8A030. Grayscale: #5A5A5A. Windows color (decimal): -14196785 or 13590311. OLE color: 13590311.
HSL color Cylindrical-coordinate representation of color #275FCF: hue angle of 220º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #275FCF is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 95 | 207 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.19 |
| HSL | 220º | 0.68% | 0.48% | - |
| HSV(B) | 220º | 0.81% | 0.81% | - |
| XYZ | 16.19 | 13.12 | 60.71 | - |
| YUV | 91.02 | 193.45 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 95 | 207 | 0.81 | 0.54 | 0 | 0.19 | 220 | 0.68 | 0.48 |
| Hex | 27 | 5F | CF | 51 | 36 | 0 | 13 | DC | 44 | 30 |
| Octal | 47 | 137 | 317 | 121 | 66 | 0 | 23 | 334 | 104 | 60 |
| Binary | 100111 | 1011111 | 11001111 | 1010001 | 110110 | 0 | 10011 | 11011100 | 1000100 | 110000 |
Color Harmonies of #275FCF
Complementary color
Monochromatic Colors of #275FCF
Black with #275FCF
Text Example
Text Example
White with #275FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275FCF; }
p { color: rgb(39,95,207); }
H1.HeaderClassName
{
color: #275FCF;
}
.AnyTagClassName
{
color: #275FCF;
}
</style>
background-color css
<style>
a { background-color: #275FCF; }
a { background-color: rgb(39,95,207); }
div.DivClassName
{
background-color: #275FCF;
}
.BgClassName
{
background-color: #275FCF;
}
</style>
border-color css
<style>
span { border-color: #275FCF; }
span { border-color: rgb(39,95,207); }
td.TdClassName
{
border-color: #275FCF;
}
.TagClassName
{
border-color: #275FCF;
}
</style>