Html Css Color HEX #194DF0 Royal Blue

📋 copy color: '#194DF0'

red 25 ◦ green 77 ◦ blue 240

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

Shades of Royal Blue #194DF0

Tints of Royal Blue #194DF0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.51%

 BLUE value IS 240 (94.14% from 255) = 70.18%

R = 7.31%
G = 22.51%
B = 70.18%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#194DF0 (or 0x194DF0) is known color: Royal Blue. HEX triplet: 19, 4D and F0. RGB value is (25,77,240). Sum of RGB (Red+Green+Blue) = 25+77+240=342 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.31% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 240 (94.14% from 255 or 70.18% from 342); Max value from RGB is 240 - color contains mainly: blue. Hex color #194DF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #194DF0 is #E6B20F. Grayscale: #4F4F4F. Windows color (decimal): -15118864 or 15748377. OLE color: 15748377.

HSL color Cylindrical-coordinate representation of color #194DF0: hue angle of 225.49º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #194DF0 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 25 77 240 -
CMYK 0.90 0.68 0 0.06
HSL 225.49º 0.88% 0.52% -
HSV(B) 225.49º 0.9% 0.94% -
XYZ 18.78 11.81 83.73 -
YUV 80.03 218.27 88.75 -
System Red Green Blue C M Y K H S L
Decimal 25 77 240 0.90 0.68 0 0.06 225.49 0.88 0.52
Hex 19 4D F0 5A 44 0 6 E1 58 34
Octal 31 115 360 132 104 0 6 341 130 64
Binary 11001 1001101 11110000 1011010 1000100 0 110 11100001 1011000 110100

Color Harmonies of #194DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194DF0

Black with #194DF0

Text Example


Text Example

White with #194DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,77,240); }

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

background-color css

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

 a { background-color: rgb(25,77,240); }

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

border-color css

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

 span { border-color: rgb(25,77,240); }

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