Html Css Color HEX #194CF3 Royal Blue

📋 copy color: '#194CF3'

red 25 ◦ green 76 ◦ blue 243

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

Shades of Royal Blue #194CF3

Tints of Royal Blue #194CF3

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.09%

 BLUE value IS 243 (95.31% from 255) = 70.64%

R = 7.27%
G = 22.09%
B = 70.64%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#194CF3 (or 0x194CF3) is known color: Royal Blue. HEX triplet: 19, 4C and F3. RGB value is (25,76,243). Sum of RGB (Red+Green+Blue) = 25+76+243=344 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.27% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 243 (95.31% from 255 or 70.64% from 344); Max value from RGB is 243 - color contains mainly: blue. Hex color #194CF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #194CF3 is #E6B30C. Grayscale: #4F4F4F. Windows color (decimal): -15119117 or 15944729. OLE color: 15944729.

HSL color Cylindrical-coordinate representation of color #194CF3: hue angle of 225.96º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #194CF3 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 25 76 243 -
CMYK 0.90 0.69 0 0.05
HSL 225.96º 0.9% 0.53% -
HSV(B) 225.96º 0.9% 0.95% -
XYZ 19.16 11.85 86.07 -
YUV 79.79 220.1 88.92 -
System Red Green Blue C M Y K H S L
Decimal 25 76 243 0.90 0.69 0 0.05 225.96 0.9 0.53
Hex 19 4C F3 5A 45 0 5 E2 5A 35
Octal 31 114 363 132 105 0 5 342 132 65
Binary 11001 1001100 11110011 1011010 1000101 0 101 11100010 1011010 110101

Color Harmonies of #194CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194CF3

Black with #194CF3

Text Example


Text Example

White with #194CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,76,243); }

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

background-color css

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

 a { background-color: rgb(25,76,243); }

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

border-color css

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

 span { border-color: rgb(25,76,243); }

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