Html Css Color HEX #195FFF Royal Blue

📋 copy color: '#195FFF'

red 25 ◦ green 95 ◦ blue 255

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

Shades of Royal Blue #195FFF

Tints of Royal Blue #195FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.33%

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

R = 6.67%
G = 25.33%
B = 68%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#195FFF (or 0x195FFF) is known color: Royal Blue. HEX triplet: 19, 5F and FF. RGB value is (25,95,255). Sum of RGB (Red+Green+Blue) = 25+95+255=375 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.67% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #195FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195FFF is #E6A000. Grayscale: #5B5B5B. Windows color (decimal): -15114241 or 16736025. OLE color: 16736025.

HSL color Cylindrical-coordinate representation of color #195FFF: hue angle of 221.74º 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 #195FFF is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 25 95 255 -
CMYK 0.90 0.63 0 0
HSL 221.74º 1% 0.55% -
HSV(B) 221.74º 0.9% 1% -
XYZ 22.54 15.61 96.43 -
YUV 92.31 219.81 79.99 -
System Red Green Blue C M Y K H S L
Decimal 25 95 255 0.90 0.63 0 0 221.74 1 0.55
Hex 19 5F FF 5A 3F 0 0 DE 64 37
Octal 31 137 377 132 77 0 0 336 144 67
Binary 11001 1011111 11111111 1011010 111111 0 0 11011110 1100100 110111

Color Harmonies of #195FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195FFF

Black with #195FFF

Text Example


Text Example

White with #195FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #195FFF;
 }
 .AnyTagClassName
 {
   color: #195FFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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