Html Css Color HEX #195DFF Royal Blue

📋 copy color: '#195DFF'

red 25 ◦ green 93 ◦ blue 255

#195DFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #195DFF

Tints of Royal Blue #195DFF

RGB

 RED value IS 25 (10.16% from 255) = 6.7%

 GREEN value IS 93 (36.72% from 255) = 24.93%

 BLUE value IS 255 (100% from 255) = 68.36%

R = 6.7%
G = 24.93%
B = 68.36%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#195DFF (or 0x195DFF) is known color: 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

RGB 25 93 255 -
CMYK 0.90 0.64 0 0
HSL 222.26º 1% 0.55% -
HSV(B) 222.26º 0.9% 1% -
XYZ 22.37 15.26 96.37 -
YUV 91.14 220.47 80.83 -
System Red Green Blue C M Y K H S L
Decimal 25 93 255 0.90 0.64 0 0 222.26 1 0.55
Hex 19 5D FF 5A 40 0 0 DE 64 37
Octal 31 135 377 132 100 0 0 336 144 67
Binary 11001 1011101 11111111 1011010 1000000 0 0 11011110 1100100 110111

Color Harmonies of #195DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195DFF

Black with #195DFF

Text Example


Text Example

White with #195DFF

Text Example


Text Example

HTML Codes & Css Web 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>