#195EF7

Color #195EF7 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #195EF7

Tints of Royal Blue #195EF7

Color information

#195EF7 (or 0x195EF7) is unknown color: approx Royal Blue. HEX triplet: 19, 5E and F7. RGB value is (25,94,247). Sum of RGB (Red+Green+Blue) = 25+94+247=366 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.83% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 247 (96.88% from 255 or 67.49% from 366); Max value from RGB is 247 - color contains mainly: blue. Hex color #195EF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195EF7 is #E6A108. Grayscale: #5A5A5A. Windows color (decimal): -15114505 or 16211481. OLE color: 16211481.

HSL color Cylindrical-coordinate representation of color #195EF7: hue angle of 221.35º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #195EF7 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB2594247-
CMYK0.900.6200.03
HSL221.35º93.28%53.33%-
HSV(B)221.35º89.88%96.86%-
XYZ21.1914.9389.76-
YUV90.81216.1481.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 25 (10.16% from 255) = 6.83%
GREEN value IS 94 (37.11% from 255) = 25.68%
BLUE value IS 247 (96.88% from 255) = 67.49%
R=6.83%
G=25.68%
B=67.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal25942470.900.6200.03221.3593.2853.33
Hex195EF75A3E03dd5d35
Octal31136367132760333513565
Binary110011011110111101111011010111110011110111011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195EF7; }

 p { color: rgb(25,94,247); }

 H1.HeaderClassName
 {
   color: #195EF7;
 }
 .AnyTagClassName
 {
   color: #195EF7;
 }
</style>
background-color css

<style>
 a { background-color: #195EF7; }

 a { background-color: rgb(25,94,247); }

 div.DivClassName
 {
   background-color: #195EF7;
 }
 .BgClassName
 {
   background-color: #195EF7;
 }
</style>
border-color css

<style>
 span { border-color: #195EF7; }

 span { border-color: rgb(25,94,247); }

 td.TdClassName
 {
   border-color: #195EF7;
 }
 .TagClassName
 {
   border-color: #195EF7;
 }
</style>