Shades of Cerulean Blue #274ADD
Tints of Cerulean Blue #274ADD
RGB
CMYK
RGB Variations
Color information
#274ADD (or 0x274ADD) is known color: Cerulean Blue. HEX triplet: 27, 4A and DD. RGB value is (39,74,221). Sum of RGB (Red+Green+Blue) = 39+74+221=334 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.68% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #274ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274ADD is #D8B522. Grayscale: #4F4F4F. Windows color (decimal): -14202147 or 14502439. OLE color: 14502439.
HSL color Cylindrical-coordinate representation of color #274ADD: hue angle of 228.46º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #274ADD is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 74 | 221 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.13 |
| HSL | 228.46º | 0.73% | 0.51% | - |
| HSV(B) | 228.46º | 0.82% | 0.87% | - |
| XYZ | 16.34 | 10.55 | 69.58 | - |
| YUV | 80.29 | 207.4 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 74 | 221 | 0.82 | 0.67 | 0 | 0.13 | 228.46 | 0.73 | 0.51 |
| Hex | 27 | 4A | DD | 52 | 43 | 0 | D | E4 | 49 | 33 |
| Octal | 47 | 112 | 335 | 122 | 103 | 0 | 15 | 344 | 111 | 63 |
| Binary | 100111 | 1001010 | 11011101 | 1010010 | 1000011 | 0 | 1101 | 11100100 | 1001001 | 110011 |
Color Harmonies of #274ADD
Complementary color
Monochromatic Colors of #274ADD
Black with #274ADD
Text Example
Text Example
White with #274ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274ADD; }
p { color: rgb(39,74,221); }
H1.HeaderClassName
{
color: #274ADD;
}
.AnyTagClassName
{
color: #274ADD;
}
</style>
background-color css
<style>
a { background-color: #274ADD; }
a { background-color: rgb(39,74,221); }
div.DivClassName
{
background-color: #274ADD;
}
.BgClassName
{
background-color: #274ADD;
}
</style>
border-color css
<style>
span { border-color: #274ADD; }
span { border-color: rgb(39,74,221); }
td.TdClassName
{
border-color: #274ADD;
}
.TagClassName
{
border-color: #274ADD;
}
</style>