Html Css Color HEX #317CE8 Royal Blue

📋 copy color: '#317CE8'

red 49 ◦ green 124 ◦ blue 232

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

Shades of Royal Blue #317CE8

Tints of Royal Blue #317CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 57.28%

R = 12.1%
G = 30.62%
B = 57.28%

CMYK

 C value IS 0.79

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#317CE8 (or 0x317CE8) is known color: Royal Blue. HEX triplet: 31, 7C and E8. RGB value is (49,124,232). Sum of RGB (Red+Green+Blue) = 49+124+232=405 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.10% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 232 (91.02% from 255 or 57.28% from 405); Max value from RGB is 232 - color contains mainly: blue. Hex color #317CE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #317CE8 is #CE8317. Grayscale: #717171. Windows color (decimal): -13533976 or 15236145. OLE color: 15236145.

HSL color Cylindrical-coordinate representation of color #317CE8: hue angle of 215.41º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #317CE8 is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 49 124 232 -
CMYK 0.79 0.47 0 0.09
HSL 215.41º 0.8% 0.55% -
HSV(B) 215.41º 0.79% 0.91% -
XYZ 23.04 20.89 79.16 -
YUV 113.89 194.65 81.72 -
System Red Green Blue C M Y K H S L
Decimal 49 124 232 0.79 0.47 0 0.09 215.41 0.8 0.55
Hex 31 7C E8 4F 2F 0 9 D7 50 37
Octal 61 174 350 117 57 0 11 327 120 67
Binary 110001 1111100 11101000 1001111 101111 0 1001 11010111 1010000 110111

Color Harmonies of #317CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317CE8

Black with #317CE8

Text Example


Text Example

White with #317CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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