Html Css Color HEX #317CDD Royal Blue

📋 copy color: '#317CDD'

red 49 ◦ green 124 ◦ blue 221

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

Shades of Royal Blue #317CDD

Tints of Royal Blue #317CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.47%

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

R = 12.44%
G = 31.47%
B = 56.09%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#317CDD (or 0x317CDD) is known color: Royal Blue. HEX triplet: 31, 7C and DD. RGB value is (49,124,221). Sum of RGB (Red+Green+Blue) = 49+124+221=394 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.44% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #317CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317CDD is #CE8322. Grayscale: #707070. Windows color (decimal): -13533987 or 14515249. OLE color: 14515249.

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

Color convert

RGB 49 124 221 -
CMYK 0.78 0.44 0 0.13
HSL 213.84º 0.72% 0.53% -
HSV(B) 213.84º 0.78% 0.87% -
XYZ 21.53 20.29 71.19 -
YUV 112.63 189.15 82.61 -
System Red Green Blue C M Y K H S L
Decimal 49 124 221 0.78 0.44 0 0.13 213.84 0.72 0.53
Hex 31 7C DD 4E 2C 0 D D6 48 35
Octal 61 174 335 116 54 0 15 326 110 65
Binary 110001 1111100 11011101 1001110 101100 0 1101 11010110 1001000 110101

Color Harmonies of #317CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317CDD

Black with #317CDD

Text Example


Text Example

White with #317CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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