Html Css Color HEX #194EF4 Royal Blue

📋 copy color: '#194EF4'

red 25 ◦ green 78 ◦ blue 244

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

Shades of Royal Blue #194EF4

Tints of Royal Blue #194EF4

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.48%

 BLUE value IS 244 (95.7% from 255) = 70.32%

R = 7.2%
G = 22.48%
B = 70.32%

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

#194EF4 (or 0x194EF4) is known color: Royal Blue. HEX triplet: 19, 4E and F4. RGB value is (25,78,244). Sum of RGB (Red+Green+Blue) = 25+78+244=347 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.20% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 244 (95.70% from 255 or 70.32% from 347); Max value from RGB is 244 - color contains mainly: blue. Hex color #194EF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #194EF4 is #E6B10B. Grayscale: #505050. Windows color (decimal): -15118604 or 16010777. OLE color: 16010777.

HSL color Cylindrical-coordinate representation of color #194EF4: hue angle of 225.48º degrees, saturation: 0.91, 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 #194EF4 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 25 78 244 -
CMYK 0.90 0.68 0 0.04
HSL 225.48º 0.91% 0.53% -
HSV(B) 225.48º 0.9% 0.96% -
XYZ 19.45 12.19 86.91 -
YUV 81.08 219.94 88 -
System Red Green Blue C M Y K H S L
Decimal 25 78 244 0.90 0.68 0 0.04 225.48 0.91 0.53
Hex 19 4E F4 5A 44 0 4 E1 5B 35
Octal 31 116 364 132 104 0 4 341 133 65
Binary 11001 1001110 11110100 1011010 1000100 0 100 11100001 1011011 110101

Color Harmonies of #194EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194EF4

Black with #194EF4

Text Example


Text Example

White with #194EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,78,244); }

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

background-color css

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

 a { background-color: rgb(25,78,244); }

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

border-color css

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

 span { border-color: rgb(25,78,244); }

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