Html Css Color HEX #317BDA Royal Blue

📋 copy color: '#317BDA'

red 49 ◦ green 123 ◦ blue 218

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

Shades of Royal Blue #317BDA

Tints of Royal Blue #317BDA

RGB

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

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

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

R = 12.56%
G = 31.54%
B = 55.9%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#317BDA (or 0x317BDA) is known color: Royal Blue. HEX triplet: 31, 7B and DA. RGB value is (49,123,218). Sum of RGB (Red+Green+Blue) = 49+123+218=390 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.56% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #317BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317BDA is #CE8425. Grayscale: #6F6F6F. Windows color (decimal): -13534246 or 14318385. OLE color: 14318385.

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

Color convert

RGB 49 123 218 -
CMYK 0.78 0.44 0 0.15
HSL 213.73º 0.7% 0.52% -
HSV(B) 213.73º 0.78% 0.85% -
XYZ 21 19.88 69.06 -
YUV 111.7 187.98 83.28 -
System Red Green Blue C M Y K H S L
Decimal 49 123 218 0.78 0.44 0 0.15 213.73 0.7 0.52
Hex 31 7B DA 4E 2C 0 F D6 46 34
Octal 61 173 332 116 54 0 17 326 106 64
Binary 110001 1111011 11011010 1001110 101100 0 1111 11010110 1000110 110100

Color Harmonies of #317BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317BDA

Black with #317BDA

Text Example


Text Example

White with #317BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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