Html Css Color HEX #317CEA Royal Blue

📋 copy color: '#317CEA'

red 49 ◦ green 124 ◦ blue 234

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

Shades of Royal Blue #317CEA

Tints of Royal Blue #317CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.49%

R = 12.04%
G = 30.47%
B = 57.49%

CMYK

 C value IS 0.79

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#317CEA (or 0x317CEA) is known color: Royal Blue. HEX triplet: 31, 7C and EA. RGB value is (49,124,234). Sum of RGB (Red+Green+Blue) = 49+124+234=407 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.04% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #317CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #317CEA is #CE8315. Grayscale: #717171. Windows color (decimal): -13533974 or 15367217. OLE color: 15367217.

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

Color convert

RGB 49 124 234 -
CMYK 0.79 0.47 0 0.08
HSL 215.68º 0.81% 0.55% -
HSV(B) 215.68º 0.79% 0.92% -
XYZ 23.33 21.01 80.67 -
YUV 114.12 195.65 81.56 -
System Red Green Blue C M Y K H S L
Decimal 49 124 234 0.79 0.47 0 0.08 215.68 0.81 0.55
Hex 31 7C EA 4F 2F 0 8 D8 51 37
Octal 61 174 352 117 57 0 10 330 121 67
Binary 110001 1111100 11101010 1001111 101111 0 1000 11011000 1010001 110111

Color Harmonies of #317CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317CEA

Black with #317CEA

Text Example


Text Example

White with #317CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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