Html Css Color HEX #317ADD Royal Blue

📋 copy color: '#317ADD'

red 49 ◦ green 122 ◦ blue 221

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

Shades of Royal Blue #317ADD

Tints of Royal Blue #317ADD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.12%

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

R = 12.5%
G = 31.12%
B = 56.38%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#317ADD (or 0x317ADD) is known color: Royal Blue. HEX triplet: 31, 7A and DD. RGB value is (49,122,221). Sum of RGB (Red+Green+Blue) = 49+122+221=392 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.5% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #317ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317ADD is #CE8522. Grayscale: #6E6E6E. Windows color (decimal): -13534499 or 14514737. OLE color: 14514737.

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

Color convert

RGB 49 122 221 -
CMYK 0.78 0.45 0 0.13
HSL 214.53º 0.72% 0.53% -
HSV(B) 214.53º 0.78% 0.87% -
XYZ 21.28 19.79 71.11 -
YUV 111.46 189.82 83.45 -
System Red Green Blue C M Y K H S L
Decimal 49 122 221 0.78 0.45 0 0.13 214.53 0.72 0.53
Hex 31 7A DD 4E 2D 0 D D7 48 35
Octal 61 172 335 116 55 0 15 327 110 65
Binary 110001 1111010 11011101 1001110 101101 0 1101 11010111 1001000 110101

Color Harmonies of #317ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317ADD

Black with #317ADD

Text Example


Text Example

White with #317ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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