Shades of Blue #231EFB
Tints of Blue #231EFB
RGB
CMYK
RGB Variations
Color information
#231EFB (or 0x231EFB) is known color: Blue. HEX triplet: 23, 1E and FB. RGB value is (35,30,251). Sum of RGB (Red+Green+Blue) = 35+30+251=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 251 (98.44% from 255 or 79.43% from 316); Max value from RGB is 251 - color contains mainly: blue. Hex color #231EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #231EFB is #DCE104. Grayscale: #373737. Windows color (decimal): -14475525 or 16457251. OLE color: 16457251.
HSL color Cylindrical-coordinate representation of color #231EFB: hue angle of 241.36º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #231EFB is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 30 | 251 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.02 |
| HSL | 241.36º | 0.97% | 0.55% | - |
| HSV(B) | 241.36º | 0.88% | 0.98% | - |
| XYZ | 18.57 | 8.25 | 91.88 | - |
| YUV | 56.69 | 237.66 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 30 | 251 | 0.86 | 0.88 | 0 | 0.02 | 241.36 | 0.97 | 0.55 |
| Hex | 23 | 1E | FB | 56 | 58 | 0 | 2 | F1 | 61 | 37 |
| Octal | 43 | 36 | 373 | 126 | 130 | 0 | 2 | 361 | 141 | 67 |
| Binary | 100011 | 11110 | 11111011 | 1010110 | 1011000 | 0 | 10 | 11110001 | 1100001 | 110111 |
Color Harmonies of #231EFB
Complementary color
Monochromatic Colors of #231EFB
Black with #231EFB
Text Example
Text Example
White with #231EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231EFB; }
p { color: rgb(35,30,251); }
H1.HeaderClassName
{
color: #231EFB;
}
.AnyTagClassName
{
color: #231EFB;
}
</style>
background-color css
<style>
a { background-color: #231EFB; }
a { background-color: rgb(35,30,251); }
div.DivClassName
{
background-color: #231EFB;
}
.BgClassName
{
background-color: #231EFB;
}
</style>
border-color css
<style>
span { border-color: #231EFB; }
span { border-color: rgb(35,30,251); }
td.TdClassName
{
border-color: #231EFB;
}
.TagClassName
{
border-color: #231EFB;
}
</style>