Shades of Cerulean Blue #274BD1
Tints of Cerulean Blue #274BD1
RGB
CMYK
RGB Variations
Color information
#274BD1 (or 0x274BD1) is known color: Cerulean Blue. HEX triplet: 27, 4B and D1. RGB value is (39,75,209). Sum of RGB (Red+Green+Blue) = 39+75+209=323 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.07% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 209 (82.03% from 255 or 64.71% from 323); Max value from RGB is 209 - color contains mainly: blue. Hex color #274BD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274BD1 is #D8B42E. Grayscale: #4E4E4E. Windows color (decimal): -14201903 or 13716263. OLE color: 13716263.
HSL color Cylindrical-coordinate representation of color #274BD1: hue angle of 227.29º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #274BD1 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 75 | 209 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.18 |
| HSL | 227.29º | 0.69% | 0.49% | - |
| HSV(B) | 227.29º | 0.81% | 0.82% | - |
| XYZ | 14.86 | 10.07 | 61.48 | - |
| YUV | 79.51 | 201.07 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 75 | 209 | 0.81 | 0.64 | 0 | 0.18 | 227.29 | 0.69 | 0.49 |
| Hex | 27 | 4B | D1 | 51 | 40 | 0 | 12 | E3 | 45 | 31 |
| Octal | 47 | 113 | 321 | 121 | 100 | 0 | 22 | 343 | 105 | 61 |
| Binary | 100111 | 1001011 | 11010001 | 1010001 | 1000000 | 0 | 10010 | 11100011 | 1000101 | 110001 |
Color Harmonies of #274BD1
Complementary color
Monochromatic Colors of #274BD1
Black with #274BD1
Text Example
Text Example
White with #274BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274BD1; }
p { color: rgb(39,75,209); }
H1.HeaderClassName
{
color: #274BD1;
}
.AnyTagClassName
{
color: #274BD1;
}
</style>
background-color css
<style>
a { background-color: #274BD1; }
a { background-color: rgb(39,75,209); }
div.DivClassName
{
background-color: #274BD1;
}
.BgClassName
{
background-color: #274BD1;
}
</style>
border-color css
<style>
span { border-color: #274BD1; }
span { border-color: rgb(39,75,209); }
td.TdClassName
{
border-color: #274BD1;
}
.TagClassName
{
border-color: #274BD1;
}
</style>