Shades of Cerulean Blue #274EDB
Tints of Cerulean Blue #274EDB
RGB
CMYK
RGB Variations
Color information
#274EDB (or 0x274EDB) is known color: Cerulean Blue. HEX triplet: 27, 4E and DB. RGB value is (39,78,219). Sum of RGB (Red+Green+Blue) = 39+78+219=336 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.61% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #274EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274EDB is #D8B124. Grayscale: #515151. Windows color (decimal): -14201125 or 14372391. OLE color: 14372391.
HSL color Cylindrical-coordinate representation of color #274EDB: hue angle of 227º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #274EDB is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 78 | 219 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.14 |
| HSL | 227º | 0.71% | 0.51% | - |
| HSV(B) | 227º | 0.82% | 0.86% | - |
| XYZ | 16.35 | 10.99 | 68.28 | - |
| YUV | 82.41 | 205.08 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 78 | 219 | 0.82 | 0.64 | 0 | 0.14 | 227 | 0.71 | 0.51 |
| Hex | 27 | 4E | DB | 52 | 40 | 0 | E | E3 | 47 | 33 |
| Octal | 47 | 116 | 333 | 122 | 100 | 0 | 16 | 343 | 107 | 63 |
| Binary | 100111 | 1001110 | 11011011 | 1010010 | 1000000 | 0 | 1110 | 11100011 | 1000111 | 110011 |
Color Harmonies of #274EDB
Complementary color
Monochromatic Colors of #274EDB
Black with #274EDB
Text Example
Text Example
White with #274EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274EDB; }
p { color: rgb(39,78,219); }
H1.HeaderClassName
{
color: #274EDB;
}
.AnyTagClassName
{
color: #274EDB;
}
</style>
background-color css
<style>
a { background-color: #274EDB; }
a { background-color: rgb(39,78,219); }
div.DivClassName
{
background-color: #274EDB;
}
.BgClassName
{
background-color: #274EDB;
}
</style>
border-color css
<style>
span { border-color: #274EDB; }
span { border-color: rgb(39,78,219); }
td.TdClassName
{
border-color: #274EDB;
}
.TagClassName
{
border-color: #274EDB;
}
</style>