Html Css Color HEX #194EF7 Royal Blue

📋 copy color: '#194EF7'

red 25 ◦ green 78 ◦ blue 247

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

Shades of Royal Blue #194EF7

Tints of Royal Blue #194EF7

RGB

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

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

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

R = 7.14%
G = 22.29%
B = 70.57%

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

#194EF7 (or 0x194EF7) is known color: Royal Blue. HEX triplet: 19, 4E and F7. RGB value is (25,78,247). Sum of RGB (Red+Green+Blue) = 25+78+247=350 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.14% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 247 (96.88% from 255 or 70.57% from 350); Max value from RGB is 247 - color contains mainly: blue. Hex color #194EF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #194EF7 is #E6B108. Grayscale: #505050. Windows color (decimal): -15118601 or 16207385. OLE color: 16207385.

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

Color convert

RGB 25 78 247 -
CMYK 0.90 0.68 0 0.03
HSL 225.68º 0.93% 0.53% -
HSV(B) 225.68º 0.9% 0.97% -
XYZ 19.91 12.37 89.33 -
YUV 81.42 221.44 87.76 -
System Red Green Blue C M Y K H S L
Decimal 25 78 247 0.90 0.68 0 0.03 225.68 0.93 0.53
Hex 19 4E F7 5A 44 0 3 E2 5D 35
Octal 31 116 367 132 104 0 3 342 135 65
Binary 11001 1001110 11110111 1011010 1000100 0 11 11100010 1011101 110101

Color Harmonies of #194EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194EF7

Black with #194EF7

Text Example


Text Example

White with #194EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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