Shades of Cerulean Blue #275BDA
Tints of Cerulean Blue #275BDA
RGB
CMYK
RGB Variations
Color information
#275BDA (or 0x275BDA) is known color: Cerulean Blue. HEX triplet: 27, 5B and DA. RGB value is (39,91,218). Sum of RGB (Red+Green+Blue) = 39+91+218=348 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.21% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #275BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275BDA is #D8A425. Grayscale: #595959. Windows color (decimal): -14197798 or 14310183. OLE color: 14310183.
HSL color Cylindrical-coordinate representation of color #275BDA: hue angle of 222.57º degrees, saturation: 0.71, 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 #275BDA is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 91 | 218 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.15 |
| HSL | 222.57º | 0.71% | 0.5% | - |
| HSV(B) | 222.57º | 0.82% | 0.85% | - |
| XYZ | 17.23 | 12.98 | 67.93 | - |
| YUV | 89.93 | 200.27 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 91 | 218 | 0.82 | 0.58 | 0 | 0.15 | 222.57 | 0.71 | 0.5 |
| Hex | 27 | 5B | DA | 52 | 3A | 0 | F | DF | 47 | 32 |
| Octal | 47 | 133 | 332 | 122 | 72 | 0 | 17 | 337 | 107 | 62 |
| Binary | 100111 | 1011011 | 11011010 | 1010010 | 111010 | 0 | 1111 | 11011111 | 1000111 | 110010 |
Color Harmonies of #275BDA
Complementary color
Monochromatic Colors of #275BDA
Black with #275BDA
Text Example
Text Example
White with #275BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275BDA; }
p { color: rgb(39,91,218); }
H1.HeaderClassName
{
color: #275BDA;
}
.AnyTagClassName
{
color: #275BDA;
}
</style>
background-color css
<style>
a { background-color: #275BDA; }
a { background-color: rgb(39,91,218); }
div.DivClassName
{
background-color: #275BDA;
}
.BgClassName
{
background-color: #275BDA;
}
</style>
border-color css
<style>
span { border-color: #275BDA; }
span { border-color: rgb(39,91,218); }
td.TdClassName
{
border-color: #275BDA;
}
.TagClassName
{
border-color: #275BDA;
}
</style>