Html Css Color HEX #317BD5 Royal Blue

📋 copy color: '#317BD5'

red 49 ◦ green 123 ◦ blue 213

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

Shades of Royal Blue #317BD5

Tints of Royal Blue #317BD5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.95%

 BLUE value IS 213 (83.59% from 255) = 55.32%

R = 12.73%
G = 31.95%
B = 55.32%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#317BD5 (or 0x317BD5) is known color: Royal Blue. HEX triplet: 31, 7B and D5. RGB value is (49,123,213). Sum of RGB (Red+Green+Blue) = 49+123+213=385 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.73% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 213 (83.59% from 255 or 55.32% from 385); Max value from RGB is 213 - color contains mainly: blue. Hex color #317BD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317BD5 is #CE842A. Grayscale: #6E6E6E. Windows color (decimal): -13534251 or 13990705. OLE color: 13990705.

HSL color Cylindrical-coordinate representation of color #317BD5: hue angle of 212.93º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #317BD5 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 123 213 -
CMYK 0.77 0.42 0 0.16
HSL 212.93º 0.66% 0.51% -
HSV(B) 212.93º 0.77% 0.84% -
XYZ 20.36 19.62 65.67 -
YUV 111.13 185.48 83.68 -
System Red Green Blue C M Y K H S L
Decimal 49 123 213 0.77 0.42 0 0.16 212.93 0.66 0.51
Hex 31 7B D5 4D 2A 0 10 D5 42 33
Octal 61 173 325 115 52 0 20 325 102 63
Binary 110001 1111011 11010101 1001101 101010 0 10000 11010101 1000010 110011

Color Harmonies of #317BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317BD5

Black with #317BD5

Text Example


Text Example

White with #317BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317BD5; }

 p { color: rgb(49,123,213); }

 H1.HeaderClassName
 {
   color: #317BD5;
 }
 .AnyTagClassName
 {
   color: #317BD5;
 }
</style>

background-color css

<style>
 a { background-color: #317BD5; }

 a { background-color: rgb(49,123,213); }

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

border-color css

<style>
 span { border-color: #317BD5; }

 span { border-color: rgb(49,123,213); }

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