Html Css Color HEX #194EEE Royal Blue

📋 copy color: '#194EEE'

red 25 ◦ green 78 ◦ blue 238

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

Shades of Royal Blue #194EEE

Tints of Royal Blue #194EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 69.79%

R = 7.33%
G = 22.87%
B = 69.79%

CMYK

 C value IS 0.89

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#194EEE (or 0x194EEE) is known color: Royal Blue. HEX triplet: 19, 4E and EE. RGB value is (25,78,238). Sum of RGB (Red+Green+Blue) = 25+78+238=341 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.33% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 238 (93.36% from 255 or 69.79% from 341); Max value from RGB is 238 - color contains mainly: blue. Hex color #194EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #194EEE is #E6B111. Grayscale: #4F4F4F. Windows color (decimal): -15118610 or 15617561. OLE color: 15617561.

HSL color Cylindrical-coordinate representation of color #194EEE: hue angle of 225.07º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #194EEE is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 78 238 -
CMYK 0.89 0.67 0 0.07
HSL 225.07º 0.86% 0.52% -
HSV(B) 225.07º 0.89% 0.93% -
XYZ 18.56 11.83 82.19 -
YUV 80.39 216.94 88.49 -
System Red Green Blue C M Y K H S L
Decimal 25 78 238 0.89 0.67 0 0.07 225.07 0.86 0.52
Hex 19 4E EE 59 43 0 7 E1 56 34
Octal 31 116 356 131 103 0 7 341 126 64
Binary 11001 1001110 11101110 1011001 1000011 0 111 11100001 1010110 110100

Color Harmonies of #194EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194EEE

Black with #194EEE

Text Example


Text Example

White with #194EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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