Shades of Cerulean Blue #274BDB
Tints of Cerulean Blue #274BDB
RGB
CMYK
RGB Variations
Color information
#274BDB (or 0x274BDB) is known color: Cerulean Blue. HEX triplet: 27, 4B and DB. RGB value is (39,75,219). Sum of RGB (Red+Green+Blue) = 39+75+219=333 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.71% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #274BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274BDB is #D8B424. Grayscale: #505050. Windows color (decimal): -14201893 or 14371623. OLE color: 14371623.
HSL color Cylindrical-coordinate representation of color #274BDB: hue angle of 228º 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 #274BDB is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 75 | 219 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.14 |
| HSL | 228º | 0.71% | 0.51% | - |
| HSV(B) | 228º | 0.82% | 0.86% | - |
| XYZ | 16.14 | 10.58 | 68.21 | - |
| YUV | 80.65 | 206.07 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 75 | 219 | 0.82 | 0.66 | 0 | 0.14 | 228 | 0.71 | 0.51 |
| Hex | 27 | 4B | DB | 52 | 42 | 0 | E | E4 | 47 | 33 |
| Octal | 47 | 113 | 333 | 122 | 102 | 0 | 16 | 344 | 107 | 63 |
| Binary | 100111 | 1001011 | 11011011 | 1010010 | 1000010 | 0 | 1110 | 11100100 | 1000111 | 110011 |
Color Harmonies of #274BDB
Complementary color
Monochromatic Colors of #274BDB
Black with #274BDB
Text Example
Text Example
White with #274BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274BDB; }
p { color: rgb(39,75,219); }
H1.HeaderClassName
{
color: #274BDB;
}
.AnyTagClassName
{
color: #274BDB;
}
</style>
background-color css
<style>
a { background-color: #274BDB; }
a { background-color: rgb(39,75,219); }
div.DivClassName
{
background-color: #274BDB;
}
.BgClassName
{
background-color: #274BDB;
}
</style>
border-color css
<style>
span { border-color: #274BDB; }
span { border-color: rgb(39,75,219); }
td.TdClassName
{
border-color: #274BDB;
}
.TagClassName
{
border-color: #274BDB;
}
</style>