Shades of Blue #231BFD
Tints of Blue #231BFD
RGB
CMYK
RGB Variations
Color information
#231BFD (or 0x231BFD) is known color: Blue. HEX triplet: 23, 1B and FD. RGB value is (35,27,253). Sum of RGB (Red+Green+Blue) = 35+27+253=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 253 (99.22% from 255 or 80.32% from 315); Max value from RGB is 253 - color contains mainly: blue. Hex color #231BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #231BFD is #DCE402. Grayscale: #363636. Windows color (decimal): -14476291 or 16587555. OLE color: 16587555.
HSL color Cylindrical-coordinate representation of color #231BFD: hue angle of 242.12º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #231BFD is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 27 | 253 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.01 |
| HSL | 242.12º | 0.98% | 0.55% | - |
| HSV(B) | 242.12º | 0.89% | 0.99% | - |
| XYZ | 18.81 | 8.23 | 93.53 | - |
| YUV | 55.16 | 239.65 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 27 | 253 | 0.86 | 0.89 | 0 | 0.01 | 242.12 | 0.98 | 0.55 |
| Hex | 23 | 1B | FD | 56 | 59 | 0 | 1 | F2 | 62 | 37 |
| Octal | 43 | 33 | 375 | 126 | 131 | 0 | 1 | 362 | 142 | 67 |
| Binary | 100011 | 11011 | 11111101 | 1010110 | 1011001 | 0 | 1 | 11110010 | 1100010 | 110111 |
Color Harmonies of #231BFD
Complementary color
Monochromatic Colors of #231BFD
Black with #231BFD
Text Example
Text Example
White with #231BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231BFD; }
p { color: rgb(35,27,253); }
H1.HeaderClassName
{
color: #231BFD;
}
.AnyTagClassName
{
color: #231BFD;
}
</style>
background-color css
<style>
a { background-color: #231BFD; }
a { background-color: rgb(35,27,253); }
div.DivClassName
{
background-color: #231BFD;
}
.BgClassName
{
background-color: #231BFD;
}
</style>
border-color css
<style>
span { border-color: #231BFD; }
span { border-color: rgb(35,27,253); }
td.TdClassName
{
border-color: #231BFD;
}
.TagClassName
{
border-color: #231BFD;
}
</style>