Html Css Color HEX #317CDC Royal Blue

📋 copy color: '#317CDC'

red 49 ◦ green 124 ◦ blue 220

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

Shades of Royal Blue #317CDC

Tints of Royal Blue #317CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.98%

R = 12.47%
G = 31.55%
B = 55.98%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#317CDC (or 0x317CDC) is known color: Royal Blue. HEX triplet: 31, 7C and DC. RGB value is (49,124,220). Sum of RGB (Red+Green+Blue) = 49+124+220=393 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.47% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #317CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317CDC is #CE8323. Grayscale: #707070. Windows color (decimal): -13533988 or 14449713. OLE color: 14449713.

HSL color Cylindrical-coordinate representation of color #317CDC: hue angle of 213.68º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #317CDC is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 124 220 -
CMYK 0.78 0.44 0 0.14
HSL 213.68º 0.71% 0.53% -
HSV(B) 213.68º 0.78% 0.86% -
XYZ 21.39 20.24 70.49 -
YUV 112.52 188.65 82.69 -
System Red Green Blue C M Y K H S L
Decimal 49 124 220 0.78 0.44 0 0.14 213.68 0.71 0.53
Hex 31 7C DC 4E 2C 0 E D6 47 35
Octal 61 174 334 116 54 0 16 326 107 65
Binary 110001 1111100 11011100 1001110 101100 0 1110 11010110 1000111 110101

Color Harmonies of #317CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317CDC

Black with #317CDC

Text Example


Text Example

White with #317CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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