Html Css Color HEX #314EE0 Royal Blue

📋 copy color: '#314EE0'

red 49 ◦ green 78 ◦ blue 224

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

Shades of Royal Blue #314EE0

Tints of Royal Blue #314EE0

RGB

 RED value IS 49 (19.53% from 255) = 13.96%

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

 BLUE value IS 224 (87.89% from 255) = 63.82%

R = 13.96%
G = 22.22%
B = 63.82%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#314EE0 (or 0x314EE0) is known color: Royal Blue. HEX triplet: 31, 4E and E0. RGB value is (49,78,224). Sum of RGB (Red+Green+Blue) = 49+78+224=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 224 (87.89% from 255 or 63.82% from 351); Max value from RGB is 224 - color contains mainly: blue. Hex color #314EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314EE0 is #CEB11F. Grayscale: #555555. Windows color (decimal): -13545760 or 14700081. OLE color: 14700081.

HSL color Cylindrical-coordinate representation of color #314EE0: hue angle of 230.06º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #314EE0 is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 49 78 224 -
CMYK 0.78 0.65 0 0.12
HSL 230.06º 0.74% 0.54% -
HSV(B) 230.06º 0.78% 0.88% -
XYZ 17.45 11.48 71.82 -
YUV 85.97 205.89 101.63 -
System Red Green Blue C M Y K H S L
Decimal 49 78 224 0.78 0.65 0 0.12 230.06 0.74 0.54
Hex 31 4E E0 4E 41 0 C E6 4A 36
Octal 61 116 340 116 101 0 14 346 112 66
Binary 110001 1001110 11100000 1001110 1000001 0 1100 11100110 1001010 110110

Color Harmonies of #314EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314EE0

Black with #314EE0

Text Example


Text Example

White with #314EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314EE0; }

 p { color: rgb(49,78,224); }

 H1.HeaderClassName
 {
   color: #314EE0;
 }
 .AnyTagClassName
 {
   color: #314EE0;
 }
</style>

background-color css

<style>
 a { background-color: #314EE0; }

 a { background-color: rgb(49,78,224); }

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

border-color css

<style>
 span { border-color: #314EE0; }

 span { border-color: rgb(49,78,224); }

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