#195DFF

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

Shades of Royal Blue #195DFF

Tints of Royal Blue #195DFF

Color information

#195DFF (or 0x195DFF) is unknown color: approx Royal Blue. HEX triplet: 19, 5D and FF. RGB value is (25,93,255). Sum of RGB (Red+Green+Blue) = 25+93+255=373 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.70% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #195DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195DFF is #E6A200. Grayscale: #5A5A5A. Windows color (decimal): -15114753 or 16735513. OLE color: 16735513.

HSL color Cylindrical-coordinate representation of color #195DFF: hue angle of 222.26º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #195DFF is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB2593255-
CMYK0.900.6400
HSL222.26º100%54.9%-
HSV(B)222.26º90.2%100%-
XYZ22.3715.2696.37-
YUV91.14220.4780.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.70%
GREEN value IS 93 (36.72% from 255) = 24.93%
BLUE value IS 255 (100% from 255) = 68.36%
R=6.70%
G=24.93%
B=68.36%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25932550.900.6400222.2610054.9
Hex195DFF5A4000de6437
Octal311353771321000033614467
Binary110011011101111111111011010100000000110111101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,93,255); }

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

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

 a { background-color: rgb(25,93,255); }

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

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

 span { border-color: rgb(25,93,255); }

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