Shades of Cerulean Blue #274ADB
Tints of Cerulean Blue #274ADB
RGB
CMYK
RGB Variations
Color information
#274ADB (or 0x274ADB) is known color: Cerulean Blue. HEX triplet: 27, 4A and DB. RGB value is (39,74,219). Sum of RGB (Red+Green+Blue) = 39+74+219=332 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.75% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #274ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274ADB is #D8B524. Grayscale: #4F4F4F. Windows color (decimal): -14202149 or 14371367. OLE color: 14371367.
HSL color Cylindrical-coordinate representation of color #274ADB: hue angle of 228.33º 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 #274ADB is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 74 | 219 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.14 |
| HSL | 228.33º | 0.71% | 0.51% | - |
| HSV(B) | 228.33º | 0.82% | 0.86% | - |
| XYZ | 16.07 | 10.44 | 68.19 | - |
| YUV | 80.07 | 206.4 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 74 | 219 | 0.82 | 0.66 | 0 | 0.14 | 228.33 | 0.71 | 0.51 |
| Hex | 27 | 4A | DB | 52 | 42 | 0 | E | E4 | 47 | 33 |
| Octal | 47 | 112 | 333 | 122 | 102 | 0 | 16 | 344 | 107 | 63 |
| Binary | 100111 | 1001010 | 11011011 | 1010010 | 1000010 | 0 | 1110 | 11100100 | 1000111 | 110011 |
Color Harmonies of #274ADB
Complementary color
Monochromatic Colors of #274ADB
Black with #274ADB
Text Example
Text Example
White with #274ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274ADB; }
p { color: rgb(39,74,219); }
H1.HeaderClassName
{
color: #274ADB;
}
.AnyTagClassName
{
color: #274ADB;
}
</style>
background-color css
<style>
a { background-color: #274ADB; }
a { background-color: rgb(39,74,219); }
div.DivClassName
{
background-color: #274ADB;
}
.BgClassName
{
background-color: #274ADB;
}
</style>
border-color css
<style>
span { border-color: #274ADB; }
span { border-color: rgb(39,74,219); }
td.TdClassName
{
border-color: #274ADB;
}
.TagClassName
{
border-color: #274ADB;
}
</style>