Shades of Cerulean Blue #274BDF
Tints of Cerulean Blue #274BDF
RGB
CMYK
RGB Variations
Color information
#274BDF (or 0x274BDF) is known color: Cerulean Blue. HEX triplet: 27, 4B and DF. RGB value is (39,75,223). Sum of RGB (Red+Green+Blue) = 39+75+223=337 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.57% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #274BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274BDF is #D8B420. Grayscale: #505050. Windows color (decimal): -14201889 or 14633767. OLE color: 14633767.
HSL color Cylindrical-coordinate representation of color #274BDF: hue angle of 228.26º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #274BDF is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 75 | 223 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.13 |
| HSL | 228.26º | 0.74% | 0.51% | - |
| HSV(B) | 228.26º | 0.83% | 0.87% | - |
| XYZ | 16.67 | 10.79 | 71.02 | - |
| YUV | 81.11 | 208.07 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 75 | 223 | 0.83 | 0.66 | 0 | 0.13 | 228.26 | 0.74 | 0.51 |
| Hex | 27 | 4B | DF | 53 | 42 | 0 | D | E4 | 4A | 33 |
| Octal | 47 | 113 | 337 | 123 | 102 | 0 | 15 | 344 | 112 | 63 |
| Binary | 100111 | 1001011 | 11011111 | 1010011 | 1000010 | 0 | 1101 | 11100100 | 1001010 | 110011 |
Color Harmonies of #274BDF
Complementary color
Monochromatic Colors of #274BDF
Black with #274BDF
Text Example
Text Example
White with #274BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274BDF; }
p { color: rgb(39,75,223); }
H1.HeaderClassName
{
color: #274BDF;
}
.AnyTagClassName
{
color: #274BDF;
}
</style>
background-color css
<style>
a { background-color: #274BDF; }
a { background-color: rgb(39,75,223); }
div.DivClassName
{
background-color: #274BDF;
}
.BgClassName
{
background-color: #274BDF;
}
</style>
border-color css
<style>
span { border-color: #274BDF; }
span { border-color: rgb(39,75,223); }
td.TdClassName
{
border-color: #274BDF;
}
.TagClassName
{
border-color: #274BDF;
}
</style>