Html Css Color HEX #194EEF Royal Blue

📋 copy color: '#194EEF'

red 25 ◦ green 78 ◦ blue 239

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

Shades of Royal Blue #194EEF

Tints of Royal Blue #194EEF

RGB

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

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

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

R = 7.31%
G = 22.81%
B = 69.88%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#194EEF (or 0x194EEF) is known color: Royal Blue. HEX triplet: 19, 4E and EF. RGB value is (25,78,239). Sum of RGB (Red+Green+Blue) = 25+78+239=342 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.31% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 239 (93.75% from 255 or 69.88% from 342); Max value from RGB is 239 - color contains mainly: blue. Hex color #194EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #194EEF is #E6B110. Grayscale: #4F4F4F. Windows color (decimal): -15118609 or 15683097. OLE color: 15683097.

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

Color convert

RGB 25 78 239 -
CMYK 0.90 0.67 0 0.06
HSL 225.14º 0.87% 0.52% -
HSV(B) 225.14º 0.9% 0.94% -
XYZ 18.71 11.89 82.97 -
YUV 80.51 217.44 88.41 -
System Red Green Blue C M Y K H S L
Decimal 25 78 239 0.90 0.67 0 0.06 225.14 0.87 0.52
Hex 19 4E EF 5A 43 0 6 E1 57 34
Octal 31 116 357 132 103 0 6 341 127 64
Binary 11001 1001110 11101111 1011010 1000011 0 110 11100001 1010111 110100

Color Harmonies of #194EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194EEF

Black with #194EEF

Text Example


Text Example

White with #194EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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