Html Css Color HEX #316FDD Royal Blue

📋 copy color: '#316FDD'

red 49 ◦ green 111 ◦ blue 221

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

Shades of Royal Blue #316FDD

Tints of Royal Blue #316FDD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.13%

 BLUE value IS 221 (86.72% from 255) = 58.01%

R = 12.86%
G = 29.13%
B = 58.01%

CMYK

 C value IS 0.78

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#316FDD (or 0x316FDD) is known color: Royal Blue. HEX triplet: 31, 6F and DD. RGB value is (49,111,221). Sum of RGB (Red+Green+Blue) = 49+111+221=381 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.86% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #316FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316FDD is #CE9022. Grayscale: #686868. Windows color (decimal): -13537315 or 14511921. OLE color: 14511921.

HSL color Cylindrical-coordinate representation of color #316FDD: hue angle of 218.37º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #316FDD is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 111 221 -
CMYK 0.78 0.50 0 0.13
HSL 218.37º 0.72% 0.53% -
HSV(B) 218.37º 0.78% 0.87% -
XYZ 20 17.24 70.68 -
YUV 105 193.46 88.06 -
System Red Green Blue C M Y K H S L
Decimal 49 111 221 0.78 0.50 0 0.13 218.37 0.72 0.53
Hex 31 6F DD 4E 32 0 D DA 48 35
Octal 61 157 335 116 62 0 15 332 110 65
Binary 110001 1101111 11011101 1001110 110010 0 1101 11011010 1001000 110101

Color Harmonies of #316FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316FDD

Black with #316FDD

Text Example


Text Example

White with #316FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316FDD; }

 p { color: rgb(49,111,221); }

 H1.HeaderClassName
 {
   color: #316FDD;
 }
 .AnyTagClassName
 {
   color: #316FDD;
 }
</style>

background-color css

<style>
 a { background-color: #316FDD; }

 a { background-color: rgb(49,111,221); }

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

border-color css

<style>
 span { border-color: #316FDD; }

 span { border-color: rgb(49,111,221); }

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