Shades of Royal Blue #195DF4
Tints of Royal Blue #195DF4
RGB
CMYK
RGB Variations
Color information
#195DF4 (or 0x195DF4) is known color: Royal Blue. HEX triplet: 19, 5D and F4. RGB value is (25,93,244). Sum of RGB (Red+Green+Blue) = 25+93+244=362 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.91% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 244 (95.70% from 255 or 67.40% from 362); Max value from RGB is 244 - color contains mainly: blue. Hex color #195DF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195DF4 is #E6A20B. Grayscale: #595959. Windows color (decimal): -15114764 or 16014617. OLE color: 16014617.
HSL color Cylindrical-coordinate representation of color #195DF4: hue angle of 221.37º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #195DF4 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 93 | 244 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.04 |
| HSL | 221.37º | 0.91% | 0.53% | - |
| HSV(B) | 221.37º | 0.9% | 0.96% | - |
| XYZ | 20.64 | 14.57 | 87.31 | - |
| YUV | 89.88 | 214.97 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 244 | 0.90 | 0.62 | 0 | 0.04 | 221.37 | 0.91 | 0.53 |
| Hex | 19 | 5D | F4 | 5A | 3E | 0 | 4 | DD | 5B | 35 |
| Octal | 31 | 135 | 364 | 132 | 76 | 0 | 4 | 335 | 133 | 65 |
| Binary | 11001 | 1011101 | 11110100 | 1011010 | 111110 | 0 | 100 | 11011101 | 1011011 | 110101 |
Color Harmonies of #195DF4
Complementary color
Monochromatic Colors of #195DF4
Black with #195DF4
Text Example
Text Example
White with #195DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195DF4; }
p { color: rgb(25,93,244); }
H1.HeaderClassName
{
color: #195DF4;
}
.AnyTagClassName
{
color: #195DF4;
}
</style>
background-color css
<style>
a { background-color: #195DF4; }
a { background-color: rgb(25,93,244); }
div.DivClassName
{
background-color: #195DF4;
}
.BgClassName
{
background-color: #195DF4;
}
</style>
border-color css
<style>
span { border-color: #195DF4; }
span { border-color: rgb(25,93,244); }
td.TdClassName
{
border-color: #195DF4;
}
.TagClassName
{
border-color: #195DF4;
}
</style>