Shades of Blue #033DF9
Tints of Blue #033DF9
RGB
CMYK
RGB Variations
Color information
#033DF9 (or 0x033DF9) is known color: Blue. HEX triplet: 03, 3D and F9. RGB value is (3,61,249). Sum of RGB (Red+Green+Blue) = 3+61+249=313 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 249 (97.66% from 255 or 79.55% from 313); Max value from RGB is 249 - color contains mainly: blue. Hex color #033DF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033DF9 is #FCC206. Grayscale: #404040. Windows color (decimal): -16564743 or 16334083. OLE color: 16334083.
HSL color Cylindrical-coordinate representation of color #033DF9: hue angle of 225.85º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033DF9 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 61 | 249 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.02 |
| HSL | 225.85º | 0.98% | 0.49% | - |
| HSV(B) | 225.85º | 0.99% | 0.98% | - |
| XYZ | 18.81 | 10.2 | 90.6 | - |
| YUV | 65.09 | 231.78 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 249 | 0.99 | 0.76 | 0 | 0.02 | 225.85 | 0.98 | 0.49 |
| Hex | 3 | 3D | F9 | 63 | 4C | 0 | 2 | E2 | 62 | 31 |
| Octal | 3 | 75 | 371 | 143 | 114 | 0 | 2 | 342 | 142 | 61 |
| Binary | 11 | 111101 | 11111001 | 1100011 | 1001100 | 0 | 10 | 11100010 | 1100010 | 110001 |
Color Harmonies of #033DF9
Complementary color
Monochromatic Colors of #033DF9
Black with #033DF9
Text Example
Text Example
White with #033DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033DF9; }
p { color: rgb(3,61,249); }
H1.HeaderClassName
{
color: #033DF9;
}
.AnyTagClassName
{
color: #033DF9;
}
</style>
background-color css
<style>
a { background-color: #033DF9; }
a { background-color: rgb(3,61,249); }
div.DivClassName
{
background-color: #033DF9;
}
.BgClassName
{
background-color: #033DF9;
}
</style>
border-color css
<style>
span { border-color: #033DF9; }
span { border-color: rgb(3,61,249); }
td.TdClassName
{
border-color: #033DF9;
}
.TagClassName
{
border-color: #033DF9;
}
</style>