Html Css Color HEX #194AEF Royal Blue

📋 copy color: '#194AEF'

red 25 ◦ green 74 ◦ blue 239

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

Shades of Royal Blue #194AEF

Tints of Royal Blue #194AEF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.89%

 BLUE value IS 239 (93.75% from 255) = 70.71%

R = 7.4%
G = 21.89%
B = 70.71%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#194AEF (or 0x194AEF) is known color: Royal Blue. HEX triplet: 19, 4A and EF. RGB value is (25,74,239). Sum of RGB (Red+Green+Blue) = 25+74+239=338 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.40% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 239 (93.75% from 255 or 70.71% from 338); Max value from RGB is 239 - color contains mainly: blue. Hex color #194AEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #194AEF is #E6B510. Grayscale: #4D4D4D. Windows color (decimal): -15119633 or 15682073. OLE color: 15682073.

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

Color convert

RGB 25 74 239 -
CMYK 0.90 0.69 0 0.06
HSL 226.26º 0.87% 0.52% -
HSV(B) 226.26º 0.9% 0.94% -
XYZ 18.43 11.34 82.88 -
YUV 78.16 218.77 90.08 -
System Red Green Blue C M Y K H S L
Decimal 25 74 239 0.90 0.69 0 0.06 226.26 0.87 0.52
Hex 19 4A EF 5A 45 0 6 E2 57 34
Octal 31 112 357 132 105 0 6 342 127 64
Binary 11001 1001010 11101111 1011010 1000101 0 110 11100010 1010111 110100

Color Harmonies of #194AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194AEF

Black with #194AEF

Text Example


Text Example

White with #194AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,74,239); }

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

background-color css

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

 a { background-color: rgb(25,74,239); }

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

border-color css

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

 span { border-color: rgb(25,74,239); }

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