Html Css Color HEX #315FDA Royal Blue

📋 copy color: '#315FDA'

red 49 ◦ green 95 ◦ blue 218

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

Shades of Royal Blue #315FDA

Tints of Royal Blue #315FDA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.24%

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

R = 13.54%
G = 26.24%
B = 60.22%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#315FDA (or 0x315FDA) is known color: Royal Blue. HEX triplet: 31, 5F and DA. RGB value is (49,95,218). Sum of RGB (Red+Green+Blue) = 49+95+218=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #315FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315FDA is #CEA025. Grayscale: #5E5E5E. Windows color (decimal): -13541414 or 14311217. OLE color: 14311217.

HSL color Cylindrical-coordinate representation of color #315FDA: hue angle of 223.67º 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 #315FDA is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 95 218 -
CMYK 0.78 0.56 0 0.15
HSL 223.67º 0.7% 0.52% -
HSV(B) 223.67º 0.78% 0.85% -
XYZ 18.01 13.9 68.06 -
YUV 95.27 197.26 95 -
System Red Green Blue C M Y K H S L
Decimal 49 95 218 0.78 0.56 0 0.15 223.67 0.7 0.52
Hex 31 5F DA 4E 38 0 F E0 46 34
Octal 61 137 332 116 70 0 17 340 106 64
Binary 110001 1011111 11011010 1001110 111000 0 1111 11100000 1000110 110100

Color Harmonies of #315FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315FDA

Black with #315FDA

Text Example


Text Example

White with #315FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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