Html Css Color HEX #315EDA Royal Blue

📋 copy color: '#315EDA'

red 49 ◦ green 94 ◦ blue 218

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

Shades of Royal Blue #315EDA

Tints of Royal Blue #315EDA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.04%

 BLUE value IS 218 (85.55% from 255) = 60.39%

R = 13.57%
G = 26.04%
B = 60.39%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#315EDA (or 0x315EDA) is known color: Royal Blue. HEX triplet: 31, 5E and DA. RGB value is (49,94,218). Sum of RGB (Red+Green+Blue) = 49+94+218=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 218 (85.55% from 255 or 60.39% from 361); Max value from RGB is 218 - color contains mainly: blue. Hex color #315EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315EDA is #CEA125. Grayscale: #5E5E5E. Windows color (decimal): -13541670 or 14310961. OLE color: 14310961.

HSL color Cylindrical-coordinate representation of color #315EDA: hue angle of 224.02º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #315EDA is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 94 218 -
CMYK 0.78 0.57 0 0.15
HSL 224.02º 0.7% 0.52% -
HSV(B) 224.02º 0.78% 0.85% -
XYZ 17.92 13.72 68.03 -
YUV 94.68 197.59 95.42 -
System Red Green Blue C M Y K H S L
Decimal 49 94 218 0.78 0.57 0 0.15 224.02 0.7 0.52
Hex 31 5E DA 4E 39 0 F E0 46 34
Octal 61 136 332 116 71 0 17 340 106 64
Binary 110001 1011110 11011010 1001110 111001 0 1111 11100000 1000110 110100

Color Harmonies of #315EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315EDA

Black with #315EDA

Text Example


Text Example

White with #315EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315EDA; }

 p { color: rgb(49,94,218); }

 H1.HeaderClassName
 {
   color: #315EDA;
 }
 .AnyTagClassName
 {
   color: #315EDA;
 }
</style>

background-color css

<style>
 a { background-color: #315EDA; }

 a { background-color: rgb(49,94,218); }

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

border-color css

<style>
 span { border-color: #315EDA; }

 span { border-color: rgb(49,94,218); }

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