Html Css Color HEX #314FE5 Royal Blue

📋 copy color: '#314FE5'

red 49 ◦ green 79 ◦ blue 229

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

Shades of Royal Blue #314FE5

Tints of Royal Blue #314FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 64.15%

R = 13.73%
G = 22.13%
B = 64.15%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#314FE5 (or 0x314FE5) is known color: Royal Blue. HEX triplet: 31, 4F and E5. RGB value is (49,79,229). Sum of RGB (Red+Green+Blue) = 49+79+229=357 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.73% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 229 (89.84% from 255 or 64.15% from 357); Max value from RGB is 229 - color contains mainly: blue. Hex color #314FE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314FE5 is #CEB01A. Grayscale: #565656. Windows color (decimal): -13545499 or 15028017. OLE color: 15028017.

HSL color Cylindrical-coordinate representation of color #314FE5: hue angle of 230º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #314FE5 is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 49 79 229 -
CMYK 0.79 0.66 0 0.10
HSL 230º 0.78% 0.55% -
HSV(B) 230º 0.79% 0.9% -
XYZ 18.21 11.9 75.47 -
YUV 87.13 208.06 100.8 -
System Red Green Blue C M Y K H S L
Decimal 49 79 229 0.79 0.66 0 0.10 230 0.78 0.55
Hex 31 4F E5 4F 42 0 A E6 4E 37
Octal 61 117 345 117 102 0 12 346 116 67
Binary 110001 1001111 11100101 1001111 1000010 0 1010 11100110 1001110 110111

Color Harmonies of #314FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314FE5

Black with #314FE5

Text Example


Text Example

White with #314FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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