Html Css Color HEX #194FF7 Royal Blue

📋 copy color: '#194FF7'

red 25 ◦ green 79 ◦ blue 247

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

Shades of Royal Blue #194FF7

Tints of Royal Blue #194FF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 70.37%

R = 7.12%
G = 22.51%
B = 70.37%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#194FF7 (or 0x194FF7) is known color: Royal Blue. HEX triplet: 19, 4F and F7. RGB value is (25,79,247). Sum of RGB (Red+Green+Blue) = 25+79+247=351 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.12% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 247 (96.88% from 255 or 70.37% from 351); Max value from RGB is 247 - color contains mainly: blue. Hex color #194FF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #194FF7 is #E6B008. Grayscale: #515151. Windows color (decimal): -15118345 or 16207641. OLE color: 16207641.

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

Color convert

RGB 25 79 247 -
CMYK 0.90 0.68 0 0.03
HSL 225.41º 0.93% 0.53% -
HSV(B) 225.41º 0.9% 0.97% -
XYZ 19.99 12.51 89.36 -
YUV 82.01 221.11 87.34 -
System Red Green Blue C M Y K H S L
Decimal 25 79 247 0.90 0.68 0 0.03 225.41 0.93 0.53
Hex 19 4F F7 5A 44 0 3 E1 5D 35
Octal 31 117 367 132 104 0 3 341 135 65
Binary 11001 1001111 11110111 1011010 1000100 0 11 11100001 1011101 110101

Color Harmonies of #194FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194FF7

Black with #194FF7

Text Example


Text Example

White with #194FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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