Html Css Color HEX #194EED Royal Blue

📋 copy color: '#194EED'

red 25 ◦ green 78 ◦ blue 237

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

Shades of Royal Blue #194EED

Tints of Royal Blue #194EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 69.71%

R = 7.35%
G = 22.94%
B = 69.71%

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

#194EED (or 0x194EED) is known color: Royal Blue. HEX triplet: 19, 4E and ED. RGB value is (25,78,237). Sum of RGB (Red+Green+Blue) = 25+78+237=340 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.35% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 237 (92.97% from 255 or 69.71% from 340); Max value from RGB is 237 - color contains mainly: blue. Hex color #194EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #194EED is #E6B112. Grayscale: #4F4F4F. Windows color (decimal): -15118611 or 15552025. OLE color: 15552025.

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

Color convert

RGB 25 78 237 -
CMYK 0.89 0.67 0 0.07
HSL 225º 0.85% 0.51% -
HSV(B) 225º 0.89% 0.93% -
XYZ 18.41 11.77 81.42 -
YUV 80.28 216.44 88.57 -
System Red Green Blue C M Y K H S L
Decimal 25 78 237 0.89 0.67 0 0.07 225 0.85 0.51
Hex 19 4E ED 59 43 0 7 E1 55 33
Octal 31 116 355 131 103 0 7 341 125 63
Binary 11001 1001110 11101101 1011001 1000011 0 111 11100001 1010101 110011

Color Harmonies of #194EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194EED

Black with #194EED

Text Example


Text Example

White with #194EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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