Shades of Persian Blue #0038F0
Tints of Persian Blue #0038F0
RGB
CMYK
RGB Variations
Color information
#0038F0 (or 0x0038F0) is known color: Persian Blue. HEX triplet: 00, 38 and F0. RGB value is (0,56,240). Sum of RGB (Red+Green+Blue) = 0+56+240=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 240 (94.14% from 255 or 81.08% from 296); Max value from RGB is 240 - color contains mainly: blue. Hex color #0038F0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0038F0 is #FFC70F. Grayscale: #3B3B3B. Windows color (decimal): -16762640 or 15742976. OLE color: 15742976.
HSL color Cylindrical-coordinate representation of color #0038F0: hue angle of 226º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0038F0 is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 56 | 240 | - |
| CMYK | 1 | 0.77 | 0 | 0.06 |
| HSL | 226º | 1% | 0.47% | - |
| HSV(B) | 226º | 1% | 0.94% | - |
| XYZ | 17.14 | 9.12 | 83.29 | - |
| YUV | 60.23 | 229.45 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 56 | 240 | 1 | 0.77 | 0 | 0.06 | 226 | 1 | 0.47 |
| Hex | 0 | 38 | F0 | 64 | 4D | 0 | 6 | E2 | 64 | 2F |
| Octal | 0 | 70 | 360 | 144 | 115 | 0 | 6 | 342 | 144 | 57 |
| Binary | 0 | 111000 | 11110000 | 1100100 | 1001101 | 0 | 110 | 11100010 | 1100100 | 101111 |
Color Harmonies of #0038F0
Complementary color
Monochromatic Colors of #0038F0
Black with #0038F0
Text Example
Text Example
White with #0038F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0038F0; }
p { color: rgb(0,56,240); }
H1.HeaderClassName
{
color: #0038F0;
}
.AnyTagClassName
{
color: #0038F0;
}
</style>
background-color css
<style>
a { background-color: #0038F0; }
a { background-color: rgb(0,56,240); }
div.DivClassName
{
background-color: #0038F0;
}
.BgClassName
{
background-color: #0038F0;
}
</style>
border-color css
<style>
span { border-color: #0038F0; }
span { border-color: rgb(0,56,240); }
td.TdClassName
{
border-color: #0038F0;
}
.TagClassName
{
border-color: #0038F0;
}
</style>