Html Css Color HEX #194CF0 Royal Blue

📋 copy color: '#194CF0'

red 25 ◦ green 76 ◦ blue 240

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

Shades of Royal Blue #194CF0

Tints of Royal Blue #194CF0

RGB

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

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

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

R = 7.33%
G = 22.29%
B = 70.38%

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

#194CF0 (or 0x194CF0) is known color: Royal Blue. HEX triplet: 19, 4C and F0. RGB value is (25,76,240). Sum of RGB (Red+Green+Blue) = 25+76+240=341 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.33% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 240 (94.14% from 255 or 70.38% from 341); Max value from RGB is 240 - color contains mainly: blue. Hex color #194CF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #194CF0 is #E6B30F. Grayscale: #4E4E4E. Windows color (decimal): -15119120 or 15748121. OLE color: 15748121.

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

Color convert

RGB 25 76 240 -
CMYK 0.90 0.68 0 0.06
HSL 225.77º 0.88% 0.52% -
HSV(B) 225.77º 0.9% 0.94% -
XYZ 18.71 11.67 83.7 -
YUV 79.45 218.6 89.16 -
System Red Green Blue C M Y K H S L
Decimal 25 76 240 0.90 0.68 0 0.06 225.77 0.88 0.52
Hex 19 4C F0 5A 44 0 6 E2 58 34
Octal 31 114 360 132 104 0 6 342 130 64
Binary 11001 1001100 11110000 1011010 1000100 0 110 11100010 1011000 110100

Color Harmonies of #194CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194CF0

Black with #194CF0

Text Example


Text Example

White with #194CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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