Html Css Color HEX #195CFF Royal Blue

📋 copy color: '#195CFF'

red 25 ◦ green 92 ◦ blue 255

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

Shades of Royal Blue #195CFF

Tints of Royal Blue #195CFF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.73%

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

R = 6.72%
G = 24.73%
B = 68.55%

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

#195CFF (or 0x195CFF) is known color: Royal Blue. HEX triplet: 19, 5C and FF. RGB value is (25,92,255). Sum of RGB (Red+Green+Blue) = 25+92+255=372 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.72% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #195CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195CFF is #E6A300. Grayscale: #595959. Windows color (decimal): -15115009 or 16735257. OLE color: 16735257.

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

Color convert

RGB 25 92 255 -
CMYK 0.90 0.64 0 0
HSL 222.52º 1% 0.55% -
HSV(B) 222.52º 0.9% 1% -
XYZ 22.28 15.08 96.34 -
YUV 90.55 220.8 81.25 -
System Red Green Blue C M Y K H S L
Decimal 25 92 255 0.90 0.64 0 0 222.52 1 0.55
Hex 19 5C FF 5A 40 0 0 DF 64 37
Octal 31 134 377 132 100 0 0 337 144 67
Binary 11001 1011100 11111111 1011010 1000000 0 0 11011111 1100100 110111

Color Harmonies of #195CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195CFF

Black with #195CFF

Text Example


Text Example

White with #195CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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