Html Css Color HEX #314FEC Royal Blue

📋 copy color: '#314FEC'

red 49 ◦ green 79 ◦ blue 236

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

Shades of Royal Blue #314FEC

Tints of Royal Blue #314FEC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.7%

 BLUE value IS 236 (92.58% from 255) = 64.84%

R = 13.46%
G = 21.7%
B = 64.84%

CMYK

 C value IS 0.79

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#314FEC (or 0x314FEC) is known color: Royal Blue. HEX triplet: 31, 4F and EC. RGB value is (49,79,236). Sum of RGB (Red+Green+Blue) = 49+79+236=364 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.46% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 236 (92.58% from 255 or 64.84% from 364); Max value from RGB is 236 - color contains mainly: blue. Hex color #314FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #314FEC is #CEB013. Grayscale: #575757. Windows color (decimal): -13545492 or 15486769. OLE color: 15486769.

HSL color Cylindrical-coordinate representation of color #314FEC: hue angle of 230.37º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #314FEC is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 79 236 -
CMYK 0.79 0.67 0 0.07
HSL 230.37º 0.83% 0.56% -
HSV(B) 230.37º 0.79% 0.93% -
XYZ 19.2 12.3 80.72 -
YUV 87.93 211.56 100.23 -
System Red Green Blue C M Y K H S L
Decimal 49 79 236 0.79 0.67 0 0.07 230.37 0.83 0.56
Hex 31 4F EC 4F 43 0 7 E6 53 38
Octal 61 117 354 117 103 0 7 346 123 70
Binary 110001 1001111 11101100 1001111 1000011 0 111 11100110 1010011 111000

Color Harmonies of #314FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314FEC

Black with #314FEC

Text Example


Text Example

White with #314FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,79,236); }

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

background-color css

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

 a { background-color: rgb(49,79,236); }

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

border-color css

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

 span { border-color: rgb(49,79,236); }

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