Shades of Blue #232AFD
Tints of Blue #232AFD
RGB
CMYK
RGB Variations
Color information
#232AFD (or 0x232AFD) is known color: Blue. HEX triplet: 23, 2A and FD. RGB value is (35,42,253). Sum of RGB (Red+Green+Blue) = 35+42+253=330 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.61% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 253 (99.22% from 255 or 76.67% from 330); Max value from RGB is 253 - color contains mainly: blue. Hex color #232AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232AFD is #DCD502. Grayscale: #3F3F3F. Windows color (decimal): -14472451 or 16591395. OLE color: 16591395.
HSL color Cylindrical-coordinate representation of color #232AFD: hue angle of 238.07º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #232AFD is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 42 | 253 | - |
| CMYK | 0.86 | 0.83 | 0 | 0.01 |
| HSL | 238.07º | 0.98% | 0.56% | - |
| HSV(B) | 238.07º | 0.86% | 0.99% | - |
| XYZ | 19.25 | 9.11 | 93.67 | - |
| YUV | 63.96 | 234.68 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 253 | 0.86 | 0.83 | 0 | 0.01 | 238.07 | 0.98 | 0.56 |
| Hex | 23 | 2A | FD | 56 | 53 | 0 | 1 | EE | 62 | 38 |
| Octal | 43 | 52 | 375 | 126 | 123 | 0 | 1 | 356 | 142 | 70 |
| Binary | 100011 | 101010 | 11111101 | 1010110 | 1010011 | 0 | 1 | 11101110 | 1100010 | 111000 |
Color Harmonies of #232AFD
Complementary color
Monochromatic Colors of #232AFD
Black with #232AFD
Text Example
Text Example
White with #232AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232AFD; }
p { color: rgb(35,42,253); }
H1.HeaderClassName
{
color: #232AFD;
}
.AnyTagClassName
{
color: #232AFD;
}
</style>
background-color css
<style>
a { background-color: #232AFD; }
a { background-color: rgb(35,42,253); }
div.DivClassName
{
background-color: #232AFD;
}
.BgClassName
{
background-color: #232AFD;
}
</style>
border-color css
<style>
span { border-color: #232AFD; }
span { border-color: rgb(35,42,253); }
td.TdClassName
{
border-color: #232AFD;
}
.TagClassName
{
border-color: #232AFD;
}
</style>