Shades of Blue #270CFD
Tints of Blue #270CFD
RGB
CMYK
RGB Variations
Color information
#270CFD (or 0x270CFD) is known color: Blue. HEX triplet: 27, 0C and FD. RGB value is (39,12,253). Sum of RGB (Red+Green+Blue) = 39+12+253=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 253 (99.22% from 255 or 83.22% from 304); Max value from RGB is 253 - color contains mainly: blue. Hex color #270CFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #270CFD is #D8F302. Grayscale: #2E2E2E. Windows color (decimal): -14217987 or 16583719. OLE color: 16583719.
HSL color Cylindrical-coordinate representation of color #270CFD: hue angle of 246.72º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270CFD is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 12 | 253 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.01 |
| HSL | 246.72º | 0.98% | 0.52% | - |
| HSV(B) | 246.72º | 0.95% | 0.99% | - |
| XYZ | 18.7 | 7.79 | 93.45 | - |
| YUV | 47.55 | 243.95 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 253 | 0.85 | 0.95 | 0 | 0.01 | 246.72 | 0.98 | 0.52 |
| Hex | 27 | C | FD | 55 | 5F | 0 | 1 | F7 | 62 | 34 |
| Octal | 47 | 14 | 375 | 125 | 137 | 0 | 1 | 367 | 142 | 64 |
| Binary | 100111 | 1100 | 11111101 | 1010101 | 1011111 | 0 | 1 | 11110111 | 1100010 | 110100 |
Color Harmonies of #270CFD
Complementary color
Monochromatic Colors of #270CFD
Black with #270CFD
Text Example
Text Example
White with #270CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270CFD; }
p { color: rgb(39,12,253); }
H1.HeaderClassName
{
color: #270CFD;
}
.AnyTagClassName
{
color: #270CFD;
}
</style>
background-color css
<style>
a { background-color: #270CFD; }
a { background-color: rgb(39,12,253); }
div.DivClassName
{
background-color: #270CFD;
}
.BgClassName
{
background-color: #270CFD;
}
</style>
border-color css
<style>
span { border-color: #270CFD; }
span { border-color: rgb(39,12,253); }
td.TdClassName
{
border-color: #270CFD;
}
.TagClassName
{
border-color: #270CFD;
}
</style>