Html Css Color HEX #316CDD Royal Blue

📋 copy color: '#316CDD'

red 49 ◦ green 108 ◦ blue 221

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

Shades of Royal Blue #316CDD

Tints of Royal Blue #316CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.57%

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

R = 12.96%
G = 28.57%
B = 58.47%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#316CDD (or 0x316CDD) is known color: Royal Blue. HEX triplet: 31, 6C and DD. RGB value is (49,108,221). Sum of RGB (Red+Green+Blue) = 49+108+221=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #316CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316CDD is #CE9322. Grayscale: #666666. Windows color (decimal): -13538083 or 14511153. OLE color: 14511153.

HSL color Cylindrical-coordinate representation of color #316CDD: hue angle of 219.42º 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 #316CDD is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 108 221 -
CMYK 0.78 0.51 0 0.13
HSL 219.42º 0.72% 0.53% -
HSV(B) 219.42º 0.78% 0.87% -
XYZ 19.68 16.6 70.57 -
YUV 103.24 194.45 89.31 -
System Red Green Blue C M Y K H S L
Decimal 49 108 221 0.78 0.51 0 0.13 219.42 0.72 0.53
Hex 31 6C DD 4E 33 0 D DB 48 35
Octal 61 154 335 116 63 0 15 333 110 65
Binary 110001 1101100 11011101 1001110 110011 0 1101 11011011 1001000 110101

Color Harmonies of #316CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316CDD

Black with #316CDD

Text Example


Text Example

White with #316CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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