Html Css Color HEX #194FF6 Royal Blue

📋 copy color: '#194FF6'

red 25 ◦ green 79 ◦ blue 246

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

Shades of Royal Blue #194FF6

Tints of Royal Blue #194FF6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.57%

 BLUE value IS 246 (96.48% from 255) = 70.29%

R = 7.14%
G = 22.57%
B = 70.29%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#194FF6 (or 0x194FF6) is known color: Royal Blue. HEX triplet: 19, 4F and F6. RGB value is (25,79,246). Sum of RGB (Red+Green+Blue) = 25+79+246=350 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.14% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 246 (96.48% from 255 or 70.29% from 350); Max value from RGB is 246 - color contains mainly: blue. Hex color #194FF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #194FF6 is #E6B009. Grayscale: #515151. Windows color (decimal): -15118346 or 16142105. OLE color: 16142105.

HSL color Cylindrical-coordinate representation of color #194FF6: hue angle of 225.34º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #194FF6 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 25 79 246 -
CMYK 0.90 0.68 0 0.04
HSL 225.34º 0.92% 0.53% -
HSV(B) 225.34º 0.9% 0.96% -
XYZ 19.83 12.45 88.55 -
YUV 81.89 220.61 87.42 -
System Red Green Blue C M Y K H S L
Decimal 25 79 246 0.90 0.68 0 0.04 225.34 0.92 0.53
Hex 19 4F F6 5A 44 0 4 E1 5C 35
Octal 31 117 366 132 104 0 4 341 134 65
Binary 11001 1001111 11110110 1011010 1000100 0 100 11100001 1011100 110101

Color Harmonies of #194FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194FF6

Black with #194FF6

Text Example


Text Example

White with #194FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194FF6; }

 p { color: rgb(25,79,246); }

 H1.HeaderClassName
 {
   color: #194FF6;
 }
 .AnyTagClassName
 {
   color: #194FF6;
 }
</style>

background-color css

<style>
 a { background-color: #194FF6; }

 a { background-color: rgb(25,79,246); }

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

border-color css

<style>
 span { border-color: #194FF6; }

 span { border-color: rgb(25,79,246); }

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