Shades of Blue #1433F9
Tints of Blue #1433F9
RGB
CMYK
RGB Variations
Color information
#1433F9 (or 0x1433F9) is known color: Blue. HEX triplet: 14, 33 and F9. RGB value is (20,51,249). Sum of RGB (Red+Green+Blue) = 20+51+249=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 249 (97.66% from 255 or 77.81% from 320); Max value from RGB is 249 - color contains mainly: blue. Hex color #1433F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1433F9 is #EBCC06. Grayscale: #3F3F3F. Windows color (decimal): -15453191 or 16331540. OLE color: 16331540.
HSL color Cylindrical-coordinate representation of color #1433F9: hue angle of 231.88º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1433F9 is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 51 | 249 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.02 |
| HSL | 231.88º | 0.95% | 0.53% | - |
| HSV(B) | 231.88º | 0.92% | 0.98% | - |
| XYZ | 18.57 | 9.36 | 90.45 | - |
| YUV | 64.3 | 232.23 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 51 | 249 | 0.92 | 0.80 | 0 | 0.02 | 231.88 | 0.95 | 0.53 |
| Hex | 14 | 33 | F9 | 5C | 50 | 0 | 2 | E8 | 5F | 35 |
| Octal | 24 | 63 | 371 | 134 | 120 | 0 | 2 | 350 | 137 | 65 |
| Binary | 10100 | 110011 | 11111001 | 1011100 | 1010000 | 0 | 10 | 11101000 | 1011111 | 110101 |
Color Harmonies of #1433F9
Complementary color
Monochromatic Colors of #1433F9
Black with #1433F9
Text Example
Text Example
White with #1433F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1433F9; }
p { color: rgb(20,51,249); }
H1.HeaderClassName
{
color: #1433F9;
}
.AnyTagClassName
{
color: #1433F9;
}
</style>
background-color css
<style>
a { background-color: #1433F9; }
a { background-color: rgb(20,51,249); }
div.DivClassName
{
background-color: #1433F9;
}
.BgClassName
{
background-color: #1433F9;
}
</style>
border-color css
<style>
span { border-color: #1433F9; }
span { border-color: rgb(20,51,249); }
td.TdClassName
{
border-color: #1433F9;
}
.TagClassName
{
border-color: #1433F9;
}
</style>