Shades of Cerulean Blue #274BDD
Tints of Cerulean Blue #274BDD
RGB
CMYK
RGB Variations
Color information
#274BDD (or 0x274BDD) is known color: Cerulean Blue. HEX triplet: 27, 4B and DD. RGB value is (39,75,221). Sum of RGB (Red+Green+Blue) = 39+75+221=335 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.64% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #274BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274BDD is #D8B422. Grayscale: #505050. Windows color (decimal): -14201891 or 14502695. OLE color: 14502695.
HSL color Cylindrical-coordinate representation of color #274BDD: hue angle of 228.13º 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 #274BDD is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 75 | 221 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.13 |
| HSL | 228.13º | 0.73% | 0.51% | - |
| HSV(B) | 228.13º | 0.82% | 0.87% | - |
| XYZ | 16.4 | 10.68 | 69.6 | - |
| YUV | 80.88 | 207.07 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 75 | 221 | 0.82 | 0.66 | 0 | 0.13 | 228.13 | 0.73 | 0.51 |
| Hex | 27 | 4B | DD | 52 | 42 | 0 | D | E4 | 49 | 33 |
| Octal | 47 | 113 | 335 | 122 | 102 | 0 | 15 | 344 | 111 | 63 |
| Binary | 100111 | 1001011 | 11011101 | 1010010 | 1000010 | 0 | 1101 | 11100100 | 1001001 | 110011 |
Color Harmonies of #274BDD
Complementary color
Monochromatic Colors of #274BDD
Black with #274BDD
Text Example
Text Example
White with #274BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274BDD; }
p { color: rgb(39,75,221); }
H1.HeaderClassName
{
color: #274BDD;
}
.AnyTagClassName
{
color: #274BDD;
}
</style>
background-color css
<style>
a { background-color: #274BDD; }
a { background-color: rgb(39,75,221); }
div.DivClassName
{
background-color: #274BDD;
}
.BgClassName
{
background-color: #274BDD;
}
</style>
border-color css
<style>
span { border-color: #274BDD; }
span { border-color: rgb(39,75,221); }
td.TdClassName
{
border-color: #274BDD;
}
.TagClassName
{
border-color: #274BDD;
}
</style>