Html Css Color HEX #314FED Royal Blue

📋 copy color: '#314FED'

red 49 ◦ green 79 ◦ blue 237

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

Shades of Royal Blue #314FED

Tints of Royal Blue #314FED

RGB

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

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

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

R = 13.42%
G = 21.64%
B = 64.93%

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

#314FED (or 0x314FED) is known color: Royal Blue. HEX triplet: 31, 4F and ED. RGB value is (49,79,237). Sum of RGB (Red+Green+Blue) = 49+79+237=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 237 (92.97% from 255 or 64.93% from 365); Max value from RGB is 237 - color contains mainly: blue. Hex color #314FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #314FED is #CEB012. Grayscale: #575757. Windows color (decimal): -13545491 or 15552305. OLE color: 15552305.

HSL color Cylindrical-coordinate representation of color #314FED: hue angle of 230.43º degrees, saturation: 0.84, 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 #314FED is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 79 237 -
CMYK 0.79 0.67 0 0.07
HSL 230.43º 0.84% 0.56% -
HSV(B) 230.43º 0.79% 0.93% -
XYZ 19.35 12.36 81.49 -
YUV 88.04 212.06 100.15 -
System Red Green Blue C M Y K H S L
Decimal 49 79 237 0.79 0.67 0 0.07 230.43 0.84 0.56
Hex 31 4F ED 4F 43 0 7 E6 54 38
Octal 61 117 355 117 103 0 7 346 124 70
Binary 110001 1001111 11101101 1001111 1000011 0 111 11100110 1010100 111000

Color Harmonies of #314FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314FED

Black with #314FED

Text Example


Text Example

White with #314FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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