Html Css Color HEX #317CDE Royal Blue

📋 copy color: '#317CDE'

red 49 ◦ green 124 ◦ blue 222

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

Shades of Royal Blue #317CDE

Tints of Royal Blue #317CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.2%

R = 12.41%
G = 31.39%
B = 56.2%

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

#317CDE (or 0x317CDE) is known color: Royal Blue. HEX triplet: 31, 7C and DE. RGB value is (49,124,222). Sum of RGB (Red+Green+Blue) = 49+124+222=395 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.41% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 222 (87.11% from 255 or 56.20% from 395); Max value from RGB is 222 - color contains mainly: blue. Hex color #317CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317CDE is #CE8321. Grayscale: #707070. Windows color (decimal): -13533986 or 14580785. OLE color: 14580785.

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

Color convert

RGB 49 124 222 -
CMYK 0.78 0.44 0 0.13
HSL 213.99º 0.72% 0.53% -
HSV(B) 213.99º 0.78% 0.87% -
XYZ 21.66 20.34 71.89 -
YUV 112.75 189.65 82.53 -
System Red Green Blue C M Y K H S L
Decimal 49 124 222 0.78 0.44 0 0.13 213.99 0.72 0.53
Hex 31 7C DE 4E 2C 0 D D6 48 35
Octal 61 174 336 116 54 0 15 326 110 65
Binary 110001 1111100 11011110 1001110 101100 0 1101 11010110 1001000 110101

Color Harmonies of #317CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317CDE

Black with #317CDE

Text Example


Text Example

White with #317CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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